From f59b40a8e0ee3f4c808ab7b269667ab31c43c34e Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sun, 09 Jul 2023 16:07:43 +0000
Subject: [PATCH] Merge branch 'master' into #114

---
 layouts/partials/functions/getCodeConfig.html |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/functions/getCodeConfig.html b/layouts/partials/functions/getCodeConfig.html
index 2c30dc8..a2388b0 100644
--- a/layouts/partials/functions/getCodeConfig.html
+++ b/layouts/partials/functions/getCodeConfig.html
@@ -1,4 +1,3 @@
-<!-- will return an array holding 1) Whether to show line numbers or not 2) maximum number of lines per code block -->
 {{- $s := site.Params }}
 {{- $p := .Params }}
 {{- $maxCodeLines := default 100 $s.codeMaxLines }}

--
Gitblit v1.10.0