switch back to LoveIt, other theme is deprectated
This commit is contained in:
parent
260b6803e7
commit
51fb029ca2
4260 changed files with 49552 additions and 87082 deletions
4
themes/LoveIt/layouts/partials/scratch/script.html
Normal file
4
themes/LoveIt/layouts/partials/scratch/script.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
{{- $this := .Scratch.Get "this" -}}
|
||||
{{- $script := $this.script | default slice -}}
|
||||
{{- $script = $script | append (slice .Data) -}}
|
||||
{{- .Scratch.SetInMap "this" "script" $script -}}
|
4
themes/LoveIt/layouts/partials/scratch/style.html
Normal file
4
themes/LoveIt/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 -}}
|
Loading…
Add table
Add a link
Reference in a new issue