Skip to content

Commit

Permalink
show year on news page (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
mersenne-twister committed May 6, 2024
1 parent aad019c commit 4ee02b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>
<li class="post">
<div class="post-header">
<div class="meta">
<time>{{ post.date | date(format='%-d %B')}}</time>
<time>{{ post.date | date(format='%-d %B %Y')}}</time>
</div>
<div class="matter">
<h4 class="title small">
Expand Down

0 comments on commit 4ee02b1

Please sign in to comment.