Fix Learn theme addition to git
This commit is contained in:
2
themes/learn/layouts/shortcodes/mermaid.html
Normal file
2
themes/learn/layouts/shortcodes/mermaid.html
Normal file
@ -0,0 +1,2 @@
|
||||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="mermaid" align="{{ if .Get "align" }}{{ .Get "align" }}{{ else }}center{{ end }}">{{ safeHTML .Inner }}</div>
|
Reference in New Issue
Block a user