redesign 2023
This commit is contained in:
4
themes/FixIt/layouts/partials/scratch/style.html
Normal file
4
themes/FixIt/layouts/partials/scratch/style.html
Normal file
@ -0,0 +1,4 @@
|
||||
{{- $this := .Scratch.Get "this" -}}
|
||||
{{- $style := $this.style | default slice -}}
|
||||
{{- $style = $style | append (slice .Data) -}}
|
||||
{{- .Scratch.SetInMap "this" "style" $style -}}
|
Reference in New Issue
Block a user