chore: date formatting

This commit is contained in:
Cory Dransfeldt 2023-06-08 14:15:31 -07:00
parent d2a143f28f
commit b2f2155682
No known key found for this signature in database
5 changed files with 8 additions and 4 deletions

View file

@ -37,7 +37,7 @@ meta:
<span class="p-author h-card hidden">{{ site.title }}</span>
<div class="my-2 text-sm">
<time class="dt-published" datetime="{{ post.date }}">
{{ post.date | date: "%m.%d.%Y" }}
{{ post.date | date: "%m.%Y" }}
</time>
</div>
<p class="p-summary mt-0">{{ post.data.post_excerpt | markdown }}</p>