Corrections sur la structure des pages.

Validation faite avec https://validator.w3.org.
This commit is contained in:
David Soulayrol
2022-04-23 14:53:49 +02:00
parent a417c8c9ce
commit 965ea0b6f3
4 changed files with 15 additions and 14 deletions

View File

@@ -11,8 +11,8 @@
<ul>
{% for article in news %}
<li>
<p><a href="{{ article.path }}">{{ moment(article.date).format('LL') }} | {{ article.title }}</a></p>
<p>{{ article.excerpt | safe }}</p>
<p><a href="{{ article.path }}">{{ moment(article.date).format('LL') }} | {{article.title }}</a></p>
{{ article.excerpt | safe }}
</li>
{% else %}
{% endfor %}