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:
parent
bef816e959
commit
d8c75dbbf6
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue