We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TryGhost
Learn more about funding links in repositories.
Report abuse
1 parent a33eb0f commit 79690c6Copy full SHA for 79690c6
post.hbs
@@ -33,7 +33,7 @@
33
<div class="gh-article-meta-wrapper">
34
<h4 class="gh-article-author-name">{{authors}}</h4>
35
<div class="gh-article-meta-content">
36
- <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>
37
{{#if reading_time}}
38
<span class="gh-article-meta-length"><span class="bull">—</span> {{reading_time}}</span>
39
{{/if}}
0 commit comments