Browse Source

setting published date to a strtime format

master
mb@mb 6 years ago
parent
commit
db3d737faf
  1. 2
      themes/varia/templates/article.html

2
themes/varia/templates/article.html

@ -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…
Cancel
Save