www/themes/LoveIt/layouts/shortcodes/script.html
2020-05-28 14:55:57 +02:00

2 Zeilen
166 B
HTML

{{- $scriptArr := (.Page.Scratch.Get "this").scriptArr | default slice -}}
{{- $scriptArr | append (trim .Inner "\n") | .Page.Scratch.SetInMap "this" "scriptArr" -}}