summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Boerner <ich@felix-boerner.de>2018-05-25 19:21:55 +0200
committerFelix Boerner <ich@felix-boerner.de>2018-05-25 19:21:55 +0200
commit544a5a4bb7aef4589770faacdd15d6caa58bd615 (patch)
treecf3348aeeb48fef69c825a34f0b97205f25a0b37
parente7b2132fe17c937ebcb7ee2394cf66ce7726887e (diff)
feat: enable page and robotsTXT rendering
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1b254ef..a7a2513 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,7 +3,7 @@ baseURL = "//example.org"
languageCode = "en-US"
title = "Split - HTML Template Demo"
theme = "hugo-split-theme"
-disableKinds = ["page", "section", "taxonomy", "taxonomyTerm", "RSS", "sitemap", "robotsTXT"]
+disableKinds = ["section", "taxonomy", "taxonomyTerm", "RSS", "sitemap"]
# Enter your tracking code to enable Google Analytics
googleAnalytics = ""