We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8414a6 commit a33eb0fCopy full SHA for a33eb0f
partials/post-card.hbs
@@ -39,9 +39,9 @@
39
<span class="gh-card-author">By {{#foreach authors}}{{#if @first}}{{name}}{{else}}, {{name}}{{/if}}{{/foreach}}</span>
40
{{/if}}
41
{{#if @custom.show_publish_date}}
42
- <time class="gh-card-date" datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
+ <time class="gh-card-date" datetime="{{date format="YYYY-MM-DD"}}">{{date format="DD MMM YYYY"}}</time>
43
{{/if}}<!--
44
--></footer>
45
</div>
46
</a>
47
-</article>
+</article>
post.hbs
@@ -77,4 +77,4 @@
77
</section>
78
79
{{/get}}
80
-{{/if}}
+{{/if}}
0 commit comments