mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-07-21 13:16:06 +00:00
Updated date formatting
ref DES-937 - updated the format to DD MMM YYYY which is the preferred format in Ghost
This commit is contained in:
@ -64,7 +64,7 @@ which templates loop over to generate a list of posts. --}}
|
||||
</a>
|
||||
|
||||
<footer class="post-card-meta">
|
||||
<time class="post-card-meta-date" datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
|
||||
<time class="post-card-meta-date" datetime="{{date format="YYYY-MM-DD"}}">{{date format="DD MMM YYYY"}}</time>
|
||||
{{#if reading_time}}
|
||||
<span class="post-card-meta-length">{{reading_time}}</span>
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user