Update dates to be locale-friendly, props @levee223

This commit is contained in:
John O'Nolan
2021-03-05 10:13:14 -05:00
parent 140666ee44
commit 2c356f1cc4
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ which templates loop over to generate a list of posts. --}}
</ul>
<div class="post-card-byline-content">
<span>{{#has author="count:>2"}}Multiple authors{{else}}{{authors}}{{/has}}</span>
<span class="post-card-byline-date"><time datetime="{{date format="YYYY-MM-DD"}}">{{date format="D MMM YYYY"}}</time> <span class="bull">&bull;</span> {{reading_time}}</span>
<span class="post-card-byline-date"><time datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time> <span class="bull">&bull;</span> {{reading_time}}</span>
</div>
</footer>