Skip to content

Commit

Permalink
💄 style: use day-month format
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Mar 6, 2023
1 parent e51f531 commit 28d5704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h2 class="listing-title">{{ year }}</h2>
<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 }}"
Expand Down

0 comments on commit 28d5704

Please sign in to comment.