From c5670ca54e9f73b56b1501fee77349d807dfb62d Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 21 Jul 2020 09:45:15 +0100 Subject: [PATCH 1/2] fixing something? --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 6fd18c93..1853dd15 100644 --- a/config.toml +++ b/config.toml @@ -10,7 +10,7 @@ defaultContentLanguage="en" [outputs] home = ["html", "rss", "atom"] # default = ["HTML", "RSS"] section = ["html", "rss", "atom"] # default = ["HTML", "RSS"] - taxonomy = ["html", "rss", "atom"] # default = ["HTML", "RSS"] + term = ["html", "rss", "atom"] # default = ["HTML", "RSS"] [markup] [markup.goldmark] From 6e29440896d0111b6f731188a746fa52f7f15233 Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 21 Jul 2020 11:10:42 +0100 Subject: [PATCH 2/2] trying to fix rss feed --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 1853dd15..790d8bc3 100644 --- a/config.toml +++ b/config.toml @@ -11,6 +11,7 @@ defaultContentLanguage="en" home = ["html", "rss", "atom"] # default = ["HTML", "RSS"] section = ["html", "rss", "atom"] # default = ["HTML", "RSS"] term = ["html", "rss", "atom"] # default = ["HTML", "RSS"] + taxonomy = ["html", "rss", "atom"] # default = ["HTML", "RSS"] [markup] [markup.goldmark]