1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-25 14:10:44 +02:00

chore(core) use date_display_format for blog posts

This commit is contained in:
Awilum
2019-09-11 12:09:21 +03:00
parent 5f0b65aada
commit debd9e0360

View File

@@ -86,7 +86,7 @@
<a href="{{ entry.slug }}" class="blog-post">
<h3>{{ entry.title }}</h3>
<p>{{ entry.summary|shortcode|raw}}</p>
<div>{{ entry.published_at|date(settings.date_format) }}</div>
<div>{{ entry.published_at|date(registry.settings.date_display_format) }}</div>
</a>
{% endfor %}