diff options
Diffstat (limited to 'layouts/shortcodes/mermaid.html')
-rw-r--r-- | layouts/shortcodes/mermaid.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/mermaid.html b/layouts/shortcodes/mermaid.html index 66eb4a6..f569bc4 100644 --- a/layouts/shortcodes/mermaid.html +++ b/layouts/shortcodes/mermaid.html @@ -4,6 +4,6 @@ {{ .Page.Scratch.Set "mermaid" true }} {{ end }} -<p class="mermaid"> +<p class="mermaid{{ with .Get "class" }} {{ . }}{{ end }}"> {{ .Inner }} </p> |