mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Fixed missing tag
This commit is contained in:
parent
6838ab871f
commit
f376b46eaf
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<div class="h-feed hfeed" itemscope itemtype="https://schema.org/DataFeed">
|
<div class="h-feed hfeed" itemscope itemtype="https://schema.org/DataFeed">
|
||||||
<h1 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 }}
|
{{ .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></p>
|
<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">
|
<ul class="unstyled-list">
|
||||||
{{ $bookmarks := getJSON "https://seirdy.one/data/bookmarks.json" -}}
|
{{ $bookmarks := getJSON "https://seirdy.one/data/bookmarks.json" -}}
|
||||||
{{ range sort $bookmarks "tags" "desc" -}}
|
{{ range sort $bookmarks "tags" "desc" -}}
|
||||||
|
|
Loading…
Reference in a new issue