Files
LoveIt/layouts/shortcodes/script.html
2020-05-15 17:43:04 +08:00

3 lines
166 B
HTML

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