remove js dependencies

This commit is contained in:
Amolith 2020-12-01 10:24:03 -05:00
parent c097976a87
commit 390bc26724
Signed by: Amolith
GPG Key ID: 5548AD9930655715
3 changed files with 0 additions and 5 deletions

View File

@ -1,2 +0,0 @@
<script src="{{ "/assets/vendor/highlight/highlight.pack.js" | prepend: site.baseurl }}"></script>
<script>hljs.initHighlightingOnLoad();</script>

View File

@ -13,7 +13,5 @@
{{ content }}
</div>
{% include externals/scripting.html %}
</body>
</html>

File diff suppressed because one or more lines are too long