1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Fix missing h1 on posts page

This commit is contained in:
Rohan Kumar 2022-04-17 12:48:33 -07:00
parent f1c2acd256
commit 4650a88024
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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 -}}