From 4dca67f5881900755e2fc1197726a03c8f1e51fc Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 3 Oct 2023 21:14:37 -0700 Subject: [PATCH] Enable Atom for terms in exampleSite --- exampleSite/hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 41ab35a3..3beb1a95 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -88,6 +88,7 @@ path = "github.com/willfaught/paige" home = ["atom", "html", "json", "rss"] section = ["atom", "html", "rss"] taxonomy = ["atom", "html", "rss"] +term = ["atom", "html", "rss"] [params.authors.will-faught] default = true