1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-08 23:42:37 +00:00

Fix month in article Date/Modified

Minute was used instead of month
This commit is contained in:
Freezed 2019-01-21 20:20:52 +01:00
parent c583252796
commit b64900d890

View File

@ -1,7 +1,7 @@
<nav class="post-info">
<p>Publié le {{ article.date|strftime('%d/%M/%Y') }}</p>
<p>Publié le {{ article.date|strftime('%d/%m/%Y') }}</p>
{% if article.modified %}
<p>Édité le {{ article.modified|strftime('%d/%M/%Y') }}</p>
<p>Édité le {{ article.modified|strftime('%d/%m/%Y') }}</p>
{% endif %}
{% if article.authors %}
<p>Par :