forked from varia/varia.website
setting published date to a strtime format
This commit is contained in:
parent
e18ab5765c
commit
db3d737faf
@ -40,7 +40,7 @@
|
||||
{% if article.event_start %}
|
||||
<div>{{ article.event_start }}</div>
|
||||
{% else %}
|
||||
<div>Published: {{ article.date }}</div>
|
||||
<div>Published: {{ article.date | strftime('%d %B %Y') }}</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="post-info">
|
||||
|
Loading…
Reference in New Issue
Block a user