mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
6 lines
223 B
HTML
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 -}}
|