mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
12 lines
289 B
HTML
12 lines
289 B
HTML
{{- dict
|
|
"Options" .Attributes
|
|
"Inner" .Inner
|
|
"Resources" .Page.Resources
|
|
"Position" .Position
|
|
| partial "plugin/echarts.html"
|
|
-}}
|
|
{{- .Page.Store.Set "hasEcharts" true -}}
|
|
{{- if eq hugo.Context.MarkupScope "home" -}}
|
|
{{- site.Home.Store.Set "hasEcharts" true -}}
|
|
{{- end -}}
|