💄 style: use day-month format
This commit is contained in:
parent
e51f5318d6
commit
28d5704afd
@ -16,7 +16,7 @@
|
|||||||
<li class="listing-item">
|
<li class="listing-item">
|
||||||
<div class="post-time">
|
<div class="post-time">
|
||||||
<span class="date">
|
<span class="date">
|
||||||
{{ post.date | date(format="%b %d") }}
|
{{ post.date | date(format="%d %b") }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<a href="{{ post.permalink }}" title="{{ post.title }}"
|
<a href="{{ post.permalink }}" title="{{ post.title }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user