Removed jQuery UI; moved load of KaTeX until after foldable code blocks.

This commit is contained in:
Pepijn Kokke 2017-03-11 23:09:46 +00:00
parent f96b046cbc
commit 7d5f1f0bb2
No known key found for this signature in database
GPG key ID: EF467CD387487CB8
2 changed files with 3 additions and 4 deletions

View file

@ -51,9 +51,6 @@
<!-- Import jQuery -->
<script type="text/javascript" src="{{ "/assets/jquery.js" | prepend: site.baseurl }}"></script>
<script type="text/javascript" src="{{ "/assets/jquery-ui.js" | prepend: site.baseurl }}"></script>
<!-- Import KaTeX -->
<script type="text/javascript" src="{{ "/assets/katex.js" | prepend: site.baseurl }}"></script>
<!-- Script which allows for foldable code blocks -->
<script type="text/javascript">
@ -102,6 +99,9 @@
});
</script>
<!-- Import KaTeX -->
<script type="text/javascript" src="{{ "/assets/katex.js" | prepend: site.baseurl }}"></script>
<!-- Script which renders TeX using KaTeX -->
<script type="text/javascript">
$("script[type='math/tex']").replaceWith(

View file

@ -1,7 +1,6 @@
---
# Only the main Sass file needs front matter (the dashes are enough)
---
@import "jquery-ui";
@import "katex";
@import "minima";
@import "Agda";