diff options
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/content/entry/welcome.md | 2 | ||||
| -rw-r--r-- | exampleSite/hugo.gemini.toml | 2 | ||||
| -rw-r--r-- | exampleSite/hugo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/content/entry/welcome.md b/exampleSite/content/entry/welcome.md index 614a490..08fa557 100644 --- a/exampleSite/content/entry/welcome.md +++ b/exampleSite/content/entry/welcome.md @@ -16,7 +16,7 @@ an entry's front matter to render links in place on both instead. ## What The Theme Gives You * An entry list on the homepage, and one per tag -* Atom feeds for the homepage, each tag and the tag list +* Atom feeds for the homepage, each section, each tag and the tag list * Publication date and reading time on every entry * Optional audio versions of entries * No JavaScript and no analytics diff --git a/exampleSite/hugo.gemini.toml b/exampleSite/hugo.gemini.toml index 64d3956..afca2d5 100644 --- a/exampleSite/hugo.gemini.toml +++ b/exampleSite/hugo.gemini.toml @@ -43,7 +43,7 @@ disableKinds = ["404", "sitemap"] # into the capsule. [outputs] home = ["Gemini", "Gemini_Atom"] - section = ["Gemini"] + section = ["Gemini", "Gemini_Atom"] taxonomy = ["Gemini", "Gemini_Atom"] term = ["Gemini", "Gemini_Atom"] page = ["Gemini"] diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index b964499..7a8dd83 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -43,7 +43,7 @@ enableEmoji = true # has no template for. [outputs] home = ["HTML", "Atom"] - section = ["HTML"] + section = ["HTML", "Atom"] taxonomy = ["HTML", "Atom"] term = ["HTML", "Atom"] page = ["HTML"] |
