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 %} {% endfor %}
</span> </span>
published on 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>
<div class="entry-content e-content">{{ article.content }}</div> <div class="entry-content e-content">{{ article.content }}</div>
</article> </article>