mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
3e8bdfd8f9
* ⚡ Perf: adjust global/site scope state management * ⚡ Perf: adjust page scope state management
7 lines
218 B
HTML
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 -}}
|