mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
5 lines
208 B
HTML
5 lines
208 B
HTML
|
{{- $this := .scratch.Get "this" -}}
|
||
|
{{- $stylesheet := $this.stylesheet | default slice -}}
|
||
|
{{- $stylesheet = $stylesheet | append (slice .data) -}}
|
||
|
{{- .scratch.SetInMap "this" "stylesheet" $stylesheet -}}
|