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