From f376b46eaf2d8b7002eca35127d54e19a7879498 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Thu, 10 Mar 2022 22:53:29 -0800 Subject: [PATCH] Fixed missing tag --- layouts/_default/bookmarks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/bookmarks.html b/layouts/_default/bookmarks.html index d328ea5..33f9cb2 100644 --- a/layouts/_default/bookmarks.html +++ b/layouts/_default/bookmarks.html @@ -2,7 +2,7 @@

My book­marks

{{ .Content }} -

Timestamp format: YYYY-MM-DD HH:MM, as per RFC 3339

+

Timestamp format: YYYY-MM-DD HH:MM, as per RFC 3339

    {{ $bookmarks := getJSON "https://seirdy.one/data/bookmarks.json" -}} {{ range sort $bookmarks "tags" "desc" -}}