mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 11:42:39 +00:00
5 lines
178 B
HTML
5 lines
178 B
HTML
{{- $this := .scratch.Get "this" -}}
|
|
{{- $style := $this.style | default slice -}}
|
|
{{- $style = $style | append (slice .data) -}}
|
|
{{- .scratch.SetInMap "this" "style" $style -}}
|