mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
5 lines
273 B
HTML
5 lines
273 B
HTML
{{- $options := .Get "width" | default (.Get 0) | dict "width" -}}
|
|
{{- $options = .Get "height" | default (.Get 1) | dict "height" | merge $options -}}
|
|
{{- dict "Options" $options "Inner" .Inner | partial "plugin/echarts.html" -}}
|
|
{{- .Page.Store.Set "hasEcharts" true -}}
|