✨ Use store method impl the music etc shortcode.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<div class="mermaid" align="{{ .Get "align" | default "center" }}" {{ with .Get "bc" }} style="background: {{ . }}" {{ end }}>
|
||||
{{ safeHTML .Inner }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ .Page.Store.SetInMap "scParams" "mermaid" true }}
|
||||
@@ -19,4 +19,6 @@
|
||||
{{ with .Get "mutex" }} mutex="{{ . }}" {{ end }}
|
||||
{{ with .Get "list-folded" }} list-folded="{{ . }}" {{ end }}
|
||||
{{ with .Get "list-max-height" }} list-max-height="{{ . }}" {{ end }}
|
||||
></meting-js>
|
||||
></meting-js>
|
||||
|
||||
{{ .Page.Store.SetInMap "scParams" "music" true }}
|
||||
Reference in New Issue
Block a user