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