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 %}
|
{% if article.event_start %}
|
||||||
<div>{{ article.event_start }}</div>
|
<div>{{ article.event_start }}</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div>Published: {{ article.date }}</div>
|
<div>Published: {{ article.date | strftime('%d %B %Y') }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="post-info">
|
<div class="post-info">
|
||||||
|
Loading…
Reference in New Issue
Block a user