mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
f14301c395
* feat: improve configuration * fix: fix partials/footer.html error
4 lines
184 B
HTML
4 lines
184 B
HTML
{{- $this := .scratch.Get "this" -}}
|
|
{{- $script := $this.script | default slice -}}
|
|
{{- $script = $script | append (slice .data) -}}
|
|
{{- .scratch.SetInMap "this" "script" $script -}}
|