Skip to content

Commit 79690c6

Browse files
committedDec 5, 2024
Added correct format to post date
1 parent a33eb0f commit 79690c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎post.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div class="gh-article-meta-wrapper">
3434
<h4 class="gh-article-author-name">{{authors}}</h4>
3535
<div class="gh-article-meta-content">
36-
<time class="gh-article-meta-date" datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
36+
<time class="gh-article-meta-date" datetime="{{date format="YYYY-MM-DD"}}">{{date format="DD MMM YYYY"}}</time>
3737
{{#if reading_time}}
3838
<span class="gh-article-meta-length"><span class="bull">—</span> {{reading_time}}</span>
3939
{{/if}}

0 commit comments

Comments
 (0)
Please sign in to comment.