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

@ -5,7 +5,7 @@ layout: main
{% include "header.liquid" %}
<h2 class="text-xl md:text-2xl font-black leading-tight dark:text-gray-200 pt-12">{{title}}</h2>
<div class="h-14 flex items-center text-sm">
<div class="my-4 flex items-center text-sm">
{{ date | date: "%m.%d.%Y" }}
</div>

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>