forked from ti-nuage/site
Corrections sur la structure des pages.
Validation faite avec https://validator.w3.org.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user