summaryrefslogtreecommitdiff
path: root/themes/CodeIT/layouts/partials/scratch/style.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/CodeIT/layouts/partials/scratch/style.html')
-rw-r--r--themes/CodeIT/layouts/partials/scratch/style.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/CodeIT/layouts/partials/scratch/style.html b/themes/CodeIT/layouts/partials/scratch/style.html
deleted file mode 100644
index 8989ce1..0000000
--- a/themes/CodeIT/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 -}}