diff options
| -rw-r--r-- | exampleSite/config.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b76a31c..94e1200 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -18,9 +18,9 @@ disableKinds = ['RSS'] home = [ 'HTML', 'Atom', 'FEED', 'JSON', 'MANIFEST', 'humanstxt' ] section = [ 'HTML', 'Atom', 'FEED', 'JSON' ] # TODO: SITEMAP - # page = [ 'HTML' ] - # taxonomy = [ 'HTML' ] - # term = [ 'HTML' ] + page = [ 'HTML' ] + taxonomy = [ 'HTML' ] + term = [ 'HTML' ] # Atom feed. # For more see: https://validator.w3.org/feed/docs/atom.html#whatIsAtom |
