From a71c271d1174381d85d235b60e94ddc5085016e5 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Mon, 23 Jan 2023 16:14:14 +0000 Subject: [PATCH] correct key name --- exampleSite/config/_default/params.toml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 44ca38a..f29b706 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -14,8 +14,8 @@ # sets the maximum number of lines per codeblock. The codeblock will however be scrollable and expandable. codeMaxLines = 7 -# disable showing line numbers by default. Switch to `true` if you'd rather have them on. -codeLineNumbers = false +# show/hide line numbers by default. Switch to `true` if you'd rather have them on. +showLineNumbers = false # By default the template will look for icons under the icons directory. In some situations you might wanna change that. edit the line below # iconsPath = 'icons/' -- Gitblit v1.10.0