fix: date format

This commit is contained in:
Cory Dransfeldt 2024-03-02 20:40:51 -08:00
parent fdbb9d4e15
commit 922000449f
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ schema: blog
<article class="h-entry" data-pagefind-body>
<div class="flex--centered">
<time class="dt-published" datetime="{{ date }}">
{{ date | date: "%B %d, %Y" }}
{{ date | date: "%B %e, %Y" }}
<span class="client-side"> • </span>
</time>
{% render "partials/share-button.liquid", url:postUrl, title:title, tagMap:collections.tagMap %}