forked from deepStateMirrors/tabi
💄 style: use day-month format
This commit is contained in:
parent
e51f5318d6
commit
28d5704afd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue