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 bookmarks
{{ .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" -}}