🚚 refactor: rename minified KaTeX css

This commit is contained in:
welpo
2023-04-28 16:12:14 +02:00
parent 79f8559a3a
commit eb63718bbf
2 changed files with 2 additions and 2 deletions

View File

@@ -23,9 +23,9 @@
{% include "partials/footer.html" %}
{% if page.extra.katex and page.extra.katex == true %}
<link rel="stylesheet" href="{{ get_url(path='katex.min.css', trailing_slash=false) | safe }}">
<link rel="stylesheet" href="{{ get_url(path='katex_min.css', trailing_slash=false) | safe }}">
<script defer src="{{ get_url(path='js/katex.min.js', trailing_slash=false) | safe }}"></script>
<script defer src="{{ get_url(path='js/katex_min.js', trailing_slash=false) | safe }}"></script>
{% endif %}
</body>