summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/shortcodes/script.html
blob: 278232d3da4cf29c962ddfa680e98efaf08d3663 (plain)
1
2
{{- $scriptArr := (.Page.Scratch.Get "this").scriptArr | default slice -}}
{{- $scriptArr | append (trim .Inner "\n") | .Page.Scratch.SetInMap "this" "scriptArr" -}}