💄 style: use day-month format

This commit is contained in:
welpo
2023-03-06 23:02:38 +01:00
parent e51f5318d6
commit 28d5704afd

View File

@@ -16,7 +16,7 @@
<li class="listing-item">
<div class="post-time">
<span class="date">
{{ post.date | date(format="%b %d") }}
{{ post.date | date(format="%d %b") }}
</span>
</div>
<a href="{{ post.permalink }}" title="{{ post.title }}"