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