From 2b97a169c26dc63cba446c84f36b87105d6c1df5 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Thu, 10 Mar 2022 15:28:03 -0800 Subject: [PATCH] Bookmark timestamps are RFC3339 not plain ISO8601 --- 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 0349a4d..d328ea5 100644 --- a/layouts/_default/bookmarks.html +++ b/layouts/_default/bookmarks.html @@ -2,7 +2,7 @@

My book­marks

{{ .Content }} -

Timestamp format: YYYY-MM-DD, as per RFC 3339 and ISO 8601

+

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

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