Removed jQuery UI; moved load of KaTeX until after foldable code blocks.
This commit is contained in:
parent
f96b046cbc
commit
7d5f1f0bb2
2 changed files with 3 additions and 4 deletions
|
@ -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(
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue