✨ feat: allow dual date-format (short/long)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
{% if post.date %}
|
||||
<div class="date">
|
||||
{{ post.date | date(format=config.extra.date_format | default (value="%d %B %Y")) }}
|
||||
{{ macros_format_date::format_date(date=post.date, short=false) }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user