mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 19:52:40 +00:00
f14301c395
* feat: improve configuration * fix: fix partials/footer.html error
5 lines
184 B
HTML
5 lines
184 B
HTML
{{- $this := .scratch.Get "this" -}}
|
|
{{- $script := $this.script | default slice -}}
|
|
{{- $script = $script | append (slice .data) -}}
|
|
{{- .scratch.SetInMap "this" "script" $script -}}
|