date strftime added

This commit is contained in:
mb@mb 2018-05-08 13:38:04 +02:00
parent 9689cb0ece
commit f8ef4f4c61

View File

@ -23,7 +23,7 @@
{% endfor %}
</span>
published on
<span class="entry-date dt-published">{{ article.date }}</span>
<span class="entry-date dt-published">{{ article.date | strftime('%d %B %Y') }}</span>
</div>
<div class="entry-content e-content">{{ article.content }}</div>
</article>