mirror of https://github.com/onweru/compose.git

weru
09.07.2023 f59b40a8e0ee3f4c808ab7b269667ab31c43c34e
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 }}