forked from quentin/quentin.dufour.io
better date
This commit is contained in:
parent
97d1e95d05
commit
b253cb3c41
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{% for post in paginator.posts %}
|
||||
{% if post.status == "published" %}
|
||||
<li>
|
||||
<a href='{{ post.url }}'><aside class="dates">{{ post.date | date:"%b %d" }}</aside></a>
|
||||
<a href='{{ post.url }}'><aside class="dates">{{ post.date | date:"%d %b %y" }}</aside></a>
|
||||
<a href='{{ post.url }}'>{{ post.title }} <h2>{{ post.description }}</h2></a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue