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

5 Zeilen
178 B
HTML

2020-05-28 14:55:57 +02:00
{{- $this := .Scratch.Get "this" -}}
{{- $style := $this.style | default slice -}}
{{- $style = $style | append (slice .Data) -}}
{{- .Scratch.SetInMap "this" "style" $style -}}