Skip to content

Commit 6364a2b

Browse files
author
brian-brewer
committed
Restore working sitemap with correct URLs
1 parent 77b3c33 commit 6364a2b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

config.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ site_domain = "datatrustmanifesto.org"
4242
home = ["HTML"]
4343
page = ["HTML"]
4444
section = ["HTML"]
45-
taxonomy = ["HTML"]
46-
term = ["HTML"]
45+
4746

4847
# Disable RSS feeds and other auto-generated content
49-
disableKinds = ["RSS", "sitemap", "taxonomy", "term"]
48+
disableKinds = ["RSS", "taxonomy", "term", "robotsTXT", "404"]
49+
50+
[sitemap]
51+
disable = true

0 commit comments

Comments
 (0)