fix: sequentially order headers

This commit is contained in:
Cory Dransfeldt 2024-04-30 17:35:28 -07:00
parent 17d7a3d97e
commit 0ca87a43e2
No known key found for this signature in database
5 changed files with 11 additions and 11 deletions

View file

@ -15,7 +15,7 @@
</time>
</div>
<a href="{{ post.url }}">
<h3 class="flex-centered">{{ post.data.title }}</h3>
<h2 class="flex-centered">{{ post.data.title }}</h2>
</a>
<span class="p-author h-card hidden">{{ meta.siteName }}</span>
<div class="p-summary hidden">{{ post.data.post_excerpt }}</div>