Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Tindel <chad@tindel.net>2022-02-22 18:40:48 +0300
committerGitHub <noreply@github.com>2022-02-22 18:40:48 +0300
commit1b5f1c9418f74341979524f000347a3ccfafa1ff (patch)
tree9cbc134bef9b6261b72b5fc3542ee28df813942c /exampleSite
parentd36be1a5301f1c2a223519315fdfbfc438847f3a (diff)
Add option to disable title case in RSS XML file (#370)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index de92fea..b05c2c5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -81,6 +81,7 @@ site_layout = "row"
show_next_upcoming = "true"
enable_jumbo = "true"
# enable_jumbo = "false"
+disable_title_caps = "true"
# truncate = "100"
# about_logo = "/img/hugocast.png"
copyright_notice = "Copyright 2016 [Matt Stratton](https://www.mattstrattion.io)"