summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-02-22 15:17:32 +0100
committermms <michal@sapka.me>2024-02-22 15:17:32 +0100
commit23de80e6e5ef8cb85dcd325ee37913dc441172f6 (patch)
treeb42821ad372902d1a6fccf6bfb84c549f1e3754e /config.toml
parent35b08612aab885a358e46ade32780c8b1200b8a5 (diff)
fix: order in rss
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index 28e20f2..52dd1ab 100644
--- a/config.toml
+++ b/config.toml
@@ -19,8 +19,8 @@ enableGitInfo = true
[outputs]
home = [ "HTML", "RSS", "TXT" ]
- term = [ "HTML" , "RSS" ]
- taxonomy = [ "HTML" ]
+ term = [ "HTML" , "RSS", "TXT" ]
+ taxonomy = [ "HTML", "RSS" ]
[markup]
defaultMarkdownHandler = "goldmark"