From 8af1ea92d138b221ad283d2e9771bf67ab38a55a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 23 Feb 2025 07:29:30 +0100 Subject: Added bookmarks --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index be725f5..6c87f72 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,9 +15,9 @@ -
+

Notes, post and other stuff

-
    +
      {{ range .Pages }} {{ if and (not .Draft) (or (eq .Type "note") (eq .Type "post")) }}
    • -- cgit v1.2.3