Files
FixIt/layouts/_partials/store/script.html
T

6 lines
223 B
HTML

{{- $noop := .Page.WordCount -}}
{{- $this := .Page.Store.Get "this" -}}
{{- $script := $this.script | default slice -}}
{{- $script = $script | append (slice .Data) -}}
{{- .Page.Store.SetInMap "this" "script" $script -}}