Support du calendrier sur la page d'accueil.

This commit is contained in:
David Soulayrol
2023-01-14 15:21:03 +01:00
parent 79855006b3
commit 92c20c004d
13 changed files with 3197 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
<h1 class="mt128">{{ title }}</h1>
{% if date %}
<div class="meta-published">
Publié le : {{ moment(date).format('LL') }}
Publié le : {{ date_format(date) }}
</div>
{% endif %}