aboutsummaryrefslogtreecommitdiff
path: root/layouts/shortcodes/mermaid.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-05-23 17:48:30 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-05-23 17:48:30 +0200
commit9f90c40517391901533f25bad48f5efb574b5605 (patch)
treeb45d28b639ffa604e223b5e388d5375c668fe0a9 /layouts/shortcodes/mermaid.html
parentf3796f43f337798d7bc22b94b93c45333976ea4b (diff)
#39, Finish tabs shortcode
Diffstat (limited to 'layouts/shortcodes/mermaid.html')
-rw-r--r--layouts/shortcodes/mermaid.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/mermaid.html b/layouts/shortcodes/mermaid.html
index d156f07..0d4ff86 100644
--- a/layouts/shortcodes/mermaid.html
+++ b/layouts/shortcodes/mermaid.html
@@ -1,6 +1,6 @@
{{ if not (.Page.Scratch.Get "mermaid") }}
<!-- Include mermaid only first time -->
-<script src="{{ "mermaid.min.js" | absURL }}"></script>
+<script src="{{ "mermaid.min.js" | relURL }}"></script>
{{ .Page.Scratch.Set "mermaid" true }}
{{ end }}