mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 08:43:40 +00:00
Switch themes to minimo
This commit is contained in:
7
themes/minimo/layouts/shortcodes/mermaid.html
Normal file
7
themes/minimo/layouts/shortcodes/mermaid.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{- if eq .Page.Params.mermaid true -}}
|
||||
|
||||
<div class="mermaid">
|
||||
{{ safeHTML .Inner }}
|
||||
</div>
|
||||
|
||||
{{- end -}}
|
Reference in New Issue
Block a user