mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
04.02.2024 6d78fc2103d0fdbdfeee43fa645d5aaaa74241ab
test: remove deprecated kind
2 files modified
4 ■■■■ changed files
tests/exampleSiteWithImage/config.toml 2 ●●● patch | view | raw | blame | history
tests/exampleSiteWithVideo/config.toml 2 ●●● patch | view | raw | blame | history
tests/exampleSiteWithImage/config.toml
@@ -3,7 +3,7 @@
languageCode = "en-US"
title = "Split - HTML Template Demo"
theme = "hugo-split-theme"
disableKinds = ["section", "taxonomy", "taxonomyTerm", "RSS", "sitemap"]
disableKinds = ["section", "taxonomy", "RSS", "sitemap"]
# Local preview mode
relativeURLs = true
tests/exampleSiteWithVideo/config.toml
@@ -3,7 +3,7 @@
languageCode = "en-US"
title = "Split - HTML Template Demo"
theme = "hugo-split-theme"
disableKinds = ["section", "taxonomy", "taxonomyTerm", "RSS", "sitemap"]
disableKinds = ["section", "taxonomy", "RSS", "sitemap"]
# Local preview mode
relativeURLs = true