Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges authored Sep 23, 2024
1 parent 84793dc commit 13a3708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js">
</script>
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
</script>
<script>
MathJax = {
tex: {
Expand Down Expand Up @@ -455,5 +452,8 @@ <h2 class="font-bold text-3xl lg:text-4xl text-center text-black mb-7">Contacts:
></div>
</template>
</next-route-announcer>
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
</script>
</body>
</html>

0 comments on commit 13a3708

Please sign in to comment.