website/themes/LoveIt/layouts/partials/scratch/style.html

5 lines
178 B
HTML
Raw Normal View History

2022-12-01 17:30:08 +01:00
{{- $this := .Scratch.Get "this" -}}
{{- $style := $this.style | default slice -}}
{{- $style = $style | append (slice .Data) -}}
{{- .Scratch.SetInMap "this" "style" $style -}}