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

weru
23.22.2023 502803a8d4e74232d2a52ccd3a3b834cc8049488
layouts/partials/functions/getCodeConfig.html
@@ -1,5 +1,5 @@
<!-- will return an array holding 1) Whether to show line numbers or not 2) maximum number of lines per code block -->
{{- $s := .Site.Params }}
{{- $s := site.Params }}
{{- $p := .Params }}
{{- $maxCodeLines := default 100 $s.codeMaxLines }}
{{- with $p.codeMaxLines }}