mirror of
https://gitlab.com/free_zed/free_zed.gitlab.io.git
synced 2024-11-05 11:12:21 +00:00
🩹 Fix modified date in article theme
This commit is contained in:
parent
f2571b5ad0
commit
142380c70d
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user