mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Fix missing h1 on posts page
This commit is contained in:
parent
f1c2acd256
commit
4650a88024
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<section class="h-feed hfeed" itemscope itemtype="https://schema.org/DataFeed">
|
||||
{{ if eq .RelPermalink "/posts.html" -}}
|
||||
<h2 class="p-name" itemprop="name headline" id="posts">Posts</h1>
|
||||
<h1 class="p-name" itemprop="name headline" id="posts">Posts</h1>
|
||||
{{ else -}}
|
||||
<h2 class="p-name" itemprop="name" id="posts">Posts</h2>
|
||||
{{ end -}}
|
||||
|
|
Loading…
Reference in a new issue