Skip to content

Commit

Permalink
remove mermaid support
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Nov 19, 2024
1 parent b928ece commit 810b844
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
<meta name="twitter:image" content="{{ socialImage | url | absoluteUrl(site.url) }}"/>
{% endif %}

{# Add mermaid -- start #}
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
<script>mermaid.initialize({startOnLoad:true});</script>
{# Add mermaid -- end #}
</head>
<body>
<div class="layout-wrapper">
Expand Down

0 comments on commit 810b844

Please sign in to comment.