From 235bc0eb1ada98969eaa71a6a9f535fcd7cbee08 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 17 Feb 2022 20:48:16 -0800 Subject: [PATCH] Disable RSS --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index cca6579..591b131 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ languageCode = 'en-us' title = 'Tegaki Tuesday' theme = 'tegakituesday.com' enableEmoji = true -disableKinds = ["taxonomy", "taxonomyTerm"] +disableKinds = ["taxonomy", "taxonomyTerm", "RSS"] [params] AuthorName = "Elnu" @@ -17,4 +17,4 @@ disableKinds = ["taxonomy", "taxonomyTerm"] [markup] [markup.goldmark] [markup.goldmark.renderer] - unsafe = true \ No newline at end of file + unsafe = true