Преглед изворни кода

setting published date to a strtime format

master
mb@mb пре 6 година
родитељ
комит
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…
Откажи
Сачувај