From fd26c84391f9891523ba38ed94a87fe69af61d81 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sun, 02 Nov 2025 12:28:16 +0000
Subject: [PATCH] update templates #134

---
 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 837f1bf..24cc4fc 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -13,7 +13,7 @@
 defaultLightingMode = "auto"                  # other possible values: "dark", "light"
 
 # sets the maximum number of lines per codeblock. The codeblock will however be scrollable and expandable.
-codeMaxLines = 10
+codeMaxLines = 15
 
 # show/hide line numbers by default. Switch to `true` if you'd rather have them on.
 showLineNumbers = false

--
Gitblit v1.10.0