🩹 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> <a href="/{{ translation.url }}">{{ translation.lang }}</a>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% if article.updated %} {% if article.modified %}
<time datetime="{{ article.updated }}" pubdate>Mis à jour le <br/>
<em>{{ article.updated }}</em> <time datetime="{{ article.modified }}" pubdate>Mis à jour le
</time> <em>{{ article.locale_modified }}</em>
</time>
{% endif %} {% endif %}
{% if article.tags %} {% if article.tags %}
<ul class="tags"> <ul class="tags">