From 29721ab6e0af3567bbc19edc65b03dc50aac230f Mon Sep 17 00:00:00 2001 From: jk Date: Fri, 12 Mar 2021 10:36:23 +0000 Subject: [PATCH] extending atom --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index dc83249a..740e8b15 100644 --- a/config.toml +++ b/config.toml @@ -10,8 +10,8 @@ ignoreErrors = ["error-remote-getjson"] [outputs] home = ["html", "rss", "Atom"] # default = ["HTML", "RSS"] section = ["html", "rss", "Atom"] # default = ["HTML", "RSS"] - term = ["html", "rss"] # default = ["HTML", "RSS"] - taxonomy = ["html", "rss"] # default = ["HTML", "RSS"] + term = ["html", "rss", "Atom"] # default = ["HTML", "RSS"] + taxonomy = ["html", "rss", "Atom"] # default = ["HTML", "RSS"] [markup] [markup.goldmark]