From a002b6445e77f7f1346bd66167a7f966c71ec80b Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 21 Jan 2022 15:39:56 -0600 Subject: [PATCH] increase max number of code lines to display without needing expansion to 25 --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 1f10089..03ac69c 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -15,7 +15,7 @@ footerLogo = "logos/logo_footer.png" ## Site preferences numberOfTagsShown = 10 -codeMaxLines = 10 +codeMaxLines = 25 codeLineNumbers = false enableMathNotation = false usePageBundles = true