We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b928ece commit 810b844Copy full SHA for 810b844
src/layouts/base.njk
@@ -50,10 +50,6 @@
50
<meta name="twitter:image" content="{{ socialImage | url | absoluteUrl(site.url) }}"/>
51
{% endif %}
52
53
- {# Add mermaid -- start #}
54
- <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
55
- <script>mermaid.initialize({startOnLoad:true});</script>
56
- {# Add mermaid -- end #}
57
</head>
58
<body>
59
<div class="layout-wrapper">
0 commit comments