fix syntax error

This commit is contained in:
Cory Dransfeldt 2023-03-16 14:04:05 -07:00
parent 985ac0f0bd
commit a9dc1fd5b6
No known key found for this signature in database

View file

@ -22,10 +22,9 @@ pagination:
</a>
<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" }}</time
>
<time class="dt-published" datetime="{{ post.date }}">
{{ post.date | date: "%m.%d.%Y" }}
</time>
</div>
<p class="p-summary mt-0">{{ post.data.post_excerpt | markdown }}</p>
<div class="mt-4 flex items-center justify-between">