summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/partials/scratch
diff options
context:
space:
mode:
Diffstat (limited to 'themes/LoveIt/layouts/partials/scratch')
-rw-r--r--themes/LoveIt/layouts/partials/scratch/script.html4
-rw-r--r--themes/LoveIt/layouts/partials/scratch/style.html4
2 files changed, 0 insertions, 8 deletions
diff --git a/themes/LoveIt/layouts/partials/scratch/script.html b/themes/LoveIt/layouts/partials/scratch/script.html
deleted file mode 100644
index 480ad2f..0000000
--- a/themes/LoveIt/layouts/partials/scratch/script.html
+++ /dev/null
@@ -1,4 +0,0 @@
-{{- $this := .Scratch.Get "this" -}}
-{{- $script := $this.script | default slice -}}
-{{- $script = $script | append (slice .Data) -}}
-{{- .Scratch.SetInMap "this" "script" $script -}}
diff --git a/themes/LoveIt/layouts/partials/scratch/style.html b/themes/LoveIt/layouts/partials/scratch/style.html
deleted file mode 100644
index 8989ce1..0000000
--- a/themes/LoveIt/layouts/partials/scratch/style.html
+++ /dev/null
@@ -1,4 +0,0 @@
-{{- $this := .Scratch.Get "this" -}}
-{{- $style := $this.style | default slice -}}
-{{- $style = $style | append (slice .Data) -}}
-{{- .Scratch.SetInMap "this" "style" $style -}}