summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/shortcodes/echarts.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/LoveIt/layouts/shortcodes/echarts.html')
-rw-r--r--themes/LoveIt/layouts/shortcodes/echarts.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/LoveIt/layouts/shortcodes/echarts.html b/themes/LoveIt/layouts/shortcodes/echarts.html
deleted file mode 100644
index f13be36..0000000
--- a/themes/LoveIt/layouts/shortcodes/echarts.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{{- $content := .Inner | transform.Unmarshal | jsonify -}}
-{{- $id := dict "Content" $content "Scratch" .Page.Scratch | partial "function/id.html" -}}
-{{- $width := cond .IsNamedParams (.Get "width") (.Get 0) | default "100%" -}}
-{{- $height := cond .IsNamedParams (.Get "height") (.Get 1) | default "30rem" -}}
-<div class="echarts" id="{{ $id }}" style="width: {{ $width }}; height: {{ $height }};"></div>
-{{- .Page.Scratch.SetInMap "this" "echarts" true -}}