From 8bd3be35bccd742bfa91793851443724d279824e Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 10 Feb 2024 10:04:14 -0500 Subject: Update project structure + new shortcodes --- themes/cranky/layouts/shortcodes/mermaid.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 themes/cranky/layouts/shortcodes/mermaid.html (limited to 'themes/cranky/layouts/shortcodes/mermaid.html') diff --git a/themes/cranky/layouts/shortcodes/mermaid.html b/themes/cranky/layouts/shortcodes/mermaid.html new file mode 100644 index 0000000..a752e38 --- /dev/null +++ b/themes/cranky/layouts/shortcodes/mermaid.html @@ -0,0 +1,8 @@ +{{ if ($.Page.Params.mermaid) }} + + + +{{ end }} +
+ {{.Inner}} +
-- cgit v1.2.3