From 5437521798291b54dabb6645de0094e458c9c228 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Thu, 23 May 2019 16:30:26 +0200 Subject: #39, Finish columns shortcode, clean scss --- layouts/shortcodes/mermaid.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 layouts/shortcodes/mermaid.html (limited to 'layouts/shortcodes/mermaid.html') diff --git a/layouts/shortcodes/mermaid.html b/layouts/shortcodes/mermaid.html new file mode 100644 index 0000000..d156f07 --- /dev/null +++ b/layouts/shortcodes/mermaid.html @@ -0,0 +1,9 @@ +{{ if not (.Page.Scratch.Get "mermaid") }} + + +{{ .Page.Scratch.Set "mermaid" true }} +{{ end }} + +

+ {{ .Inner }} +

-- cgit v1.2.3