🩹 Fix modified date in article theme

This commit is contained in:
Freezed 2021-11-28 02:32:33 +01:00
parent f2571b5ad0
commit 142380c70d
1 changed files with 5 additions and 4 deletions

View File

@ -18,10 +18,11 @@
<a href="/{{ translation.url }}">{{ translation.lang }}</a>
{% endfor %}
{% endif %}
{% if article.updated %}
<time datetime="{{ article.updated }}" pubdate>Mis à jour le
<em>{{ article.updated }}</em>
</time>
{% if article.modified %}
<br/>
<time datetime="{{ article.modified }}" pubdate>Mis à jour le
<em>{{ article.locale_modified }}</em>
</time>
{% endif %}
{% if article.tags %}
<ul class="tags">