From f21194cbbf85876fb8fc578bd62055cbf1c52ce9 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 13 Aug 2025 18:31:37 -0700 Subject: [PATCH] Hide RSS button. --- config.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.toml b/config.toml index af7b98c..bf36ca2 100644 --- a/config.toml +++ b/config.toml @@ -3,3 +3,16 @@ languageCode = 'en-us' title = 'Jackanope Ungathering' theme = "lugo" +[params] + # "relatedtext" is the text that appears above the tag list at the bottom of pages. + relatedtext = "Related" + favicon = "/favicon.ico" + + #list items + datesinlist = false + authorsinlist = false + + #footer items + nextprev = false + taglist = false + showrss = false