Skip to content

Commit

Permalink
Added correct format to post date
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaluminium committed Dec 5, 2024
1 parent a33eb0f commit 79690c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="gh-article-meta-wrapper">
<h4 class="gh-article-author-name">{{authors}}</h4>
<div class="gh-article-meta-content">
<time class="gh-article-meta-date" datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
<time class="gh-article-meta-date" datetime="{{date format="YYYY-MM-DD"}}">{{date format="DD MMM YYYY"}}</time>
{{#if reading_time}}
<span class="gh-article-meta-length"><span class="bull">—</span> {{reading_time}}</span>
{{/if}}
Expand Down

0 comments on commit 79690c6

Please sign in to comment.