date strftime added
This commit is contained in:
parent
9689cb0ece
commit
f8ef4f4c61
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user