From c5670ca54e9f73b56b1501fee77349d807dfb62d Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 21 Jul 2020 09:45:15 +0100 Subject: [PATCH] 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]