chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-06-20 16:21:59 -07:00
parent aa54d96db8
commit eb34223928
No known key found for this signature in database
5 changed files with 12 additions and 9 deletions

View file

@ -17,7 +17,7 @@ permalink: "/posts/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}
</time>
</div>
<a href="{{ post.slug }}">
<h3 class="flex-centered">{{ post.title }}</h3>
<h3>{{ post.title }}</h3>
</a>
<span class="p-author h-card hidden">{{ meta.siteName }}</span>
<div class="p-summary hidden">{{ post.description }}</div>