Skip to content

Commit

Permalink
fix: link to tables and mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhart1010 committed May 26, 2024
1 parent ec3943a commit 210d1e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

<!-- Additional CSS -->
<link href="{{ site.url }}/assets/main.css" rel="stylesheet" />
<link href="{{ site.url }}/assets/tables.css" rel="stylesheet" />
<link href="{{ site.url }}/assets/syntax-highlighter.css" rel="stylesheet" />

<!-- rel-me Links -->
Expand Down Expand Up @@ -73,7 +74,7 @@
<script src="{{ site.url }}/assets/bootstrap-color-modes.js"></script>
<!-- Load Mermaid Diagrams -->
<script type="module">
import mermaid from "{{ site.url }}/assets/mermaid.esm.min.js";
import mermaid from "{{ site.url }}/assets/mermaid.esm.min.mjs";
mermaid.initialize({ startOnLoad: true });
</script>
</body>
Expand Down

0 comments on commit 210d1e6

Please sign in to comment.