mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-22 23:08:17 +01:00
6 lines
272 B
HTML
6 lines
272 B
HTML
{{- $scratch := .Page.Scratch.Get "scratch" -}}
|
|
|
|
{{- /* shuffle md5 as id */ -}}
|
|
{{- $id := delimit (split (md5 .Inner) "" | shuffle) "" | printf "echarts-%s" -}}
|
|
<div class="echarts" id="{{ $id }}"></div>
|
|
{{- $scratch.SetInMap "echartsMap" $id (printf "{%s}" .Inner) -}}
|