Skip to content

Commit

Permalink
Add MathJax to template
Browse files Browse the repository at this point in the history
  • Loading branch information
MetroWind committed Oct 19, 2024
1 parent c359026 commit 5eb096e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
<script>const SELECT_THEME_ENDPOINT = "{{ url_for("select-theme") }}";</script>
<script defer src="{{ url_for("statics", "theme-selector.js") }}"></script>
<script defer src="{{ url_for("statics", "menu.js") }}"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>

0 comments on commit 5eb096e

Please sign in to comment.