Files
FixIt/layouts/_partials/store/style.html
T

7 lines
218 B
HTML

{{- $noop := .Page.WordCount -}}
{{- $this := .Page.Store.Get "this" -}}
{{- $style := $this.style | default slice -}}
{{- $style = $style | append (slice .Data) -}}
{{- .Page.Store.SetInMap "this" "style" $style -}}