fix: sequentially order headers
This commit is contained in:
parent
17d7a3d97e
commit
0ca87a43e2
5 changed files with 11 additions and 11 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue