summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/partials/scratch/style.html
blob: 8989ce1df97c7d47e665dadd0a4c74dc09f2345a (plain)
1
2
3
4
{{- $this := .Scratch.Get "this" -}}
{{- $style := $this.style | default slice -}}
{{- $style = $style | append (slice .Data) -}}
{{- .Scratch.SetInMap "this" "style" $style -}}