From 9f214dc775456a34215de3acc1b34fa25b5eb4ed Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sun, 17 Nov 2024 10:17:26 +0000
Subject: [PATCH] feat: add option to disable title capitalization on index (#526)

---
 exampleSite/config/_default/params.toml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index 81a259d..cabbef1 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -30,7 +30,7 @@
 # postSectionName = "blog"
 # relatedPosts = true
 # numberOfRelatedPosts = 3
-
+# disableTitleCapitalization = true
 
 reversepagetitle = true # When set to 'true', the Window Title will be reversed to 'Title | Author' instead of the default 'Author | Title'
 

--
Gitblit v1.10.0