mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Fix missing h1 on bookmarks page
This commit is contained in:
parent
4650a88024
commit
3affd1f97a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{{ define "main" }}
|
||||
<div class="h-feed hfeed" itemscope itemtype="https://schema.org/DataFeed">
|
||||
<h2 id="bookmarks" class="p-name" itemprop="name headline">My book­marks</h1>
|
||||
<h1 id="bookmarks" class="p-name" itemprop="name headline">My book­marks</h1>
|
||||
{{ .Content }}
|
||||
<p><em>Timestamp format: <code>YYYY-MM-DD HH:MM</code>, as per <cite><a href="https://www.ietf.org/rfc/rfc3339.txt">RFC 3339</a></cite></em></p>
|
||||
<ul class="unstyled-list">
|
||||
|
|
Loading…
Reference in a new issue