This commit is contained in:
Cory Dransfeldt 2023-03-13 16:39:38 -07:00
parent 10a2a854d2
commit e8aebd7bd6
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ pagination:
{{ post.data.title }}
</h2>
</a>
<div class="h-14 flex items-center text-sm">
<div class="my-4 flex items-center text-sm">
{{ post.date | date: "%m.%d.%Y" }}
</div>
<p class="mt-0">{{ post.data.post_excerpt | markdown }}</p>