use LoveIt theme, self hosted
This commit is contained in:
parent
bcafaafff8
commit
e9ec93a471
1973 changed files with 54578 additions and 15688 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