summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/partials/scratch/script.html
blob: 480ad2f517b84e30f2609a8afafca98f41a77566 (plain)
1
2
3
4
{{- $this := .Scratch.Get "this" -}}
{{- $script := $this.script | default slice -}}
{{- $script = $script | append (slice .Data) -}}
{{- .Scratch.SetInMap "this" "script" $script -}}