summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/layouts/shortcodes/mermaid.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/beautifulhugo/layouts/shortcodes/mermaid.html')
-rw-r--r--themes/beautifulhugo/layouts/shortcodes/mermaid.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/beautifulhugo/layouts/shortcodes/mermaid.html b/themes/beautifulhugo/layouts/shortcodes/mermaid.html
deleted file mode 100644
index 6832cf1..0000000
--- a/themes/beautifulhugo/layouts/shortcodes/mermaid.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<link href="{{"css/mermaid.css" | relURL}}" type="text/css" rel="stylesheet"/>
-<script defer src="{{"js/mermaid.js" | relURL}}">
- mermaid.initialize({startOnLoad:true});
-</script>
-<div class="mermaid" align="{{ if .Get "align" }}{{ .Get "align" }}{{ else }}center{{ end }}" >
- {{ safeHTML .Inner }}
-</div>