mirror of
https://github.com/flextype/flextype.git
synced 2025-08-24 21:56:25 +02:00
feat(admin-plugin): add new option date_display_format #186
This commit is contained in:
@@ -8,7 +8,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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user