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

@ -20,7 +20,7 @@ eleventyComputed:
</time>
</div>
<a href="{{ post.url }}">
<h3 class="flex-centered">{{ post.data.title }}</h3>
<h2 class="flex-centered">{{ post.data.title }}</h2>
</a>
{% if author %}via {{ author }}{% endif %}
{% if post.data.excerpt %}