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

Remove extra "headline" itemprop

This commit is contained in:
Rohan Kumar 2022-02-16 01:46:44 -08:00
parent bef816e959
commit d8c75dbbf6
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -2,7 +2,7 @@
{{ if eq .RelPermalink "/posts.html" -}}
<h1 class="p-name" itemprop="name headline">Posts</h1>
{{ else -}}
<h2 class="p-name" itemprop="name headline">Posts</h2>
<h2 class="p-name" itemprop="name">Posts</h2>
{{ end -}}
<p><em>Timestamp format: <code>YYYY-MM-DD</code>, as per <a href="https://www.ietf.org/rfc/rfc3339.txt">RFC 3339</a> and <a href="https://xkcd.com/1179/">ISO 8601</a></em></p>
<ul class="unstyled-list">