website/themes/hugo-theme-wave/layouts/partials/footer_js.html

22 lines
948 B
HTML
Raw Normal View History

2020-01-12 14:14:15 +01:00
{{ template "_internal/google_analytics.html" . }}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="{{ .Site.BaseURL }}fancybox/jquery.fancybox.pack.js"></script>
<script src="{{ .Site.BaseURL }}js/script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js"></script>
2020-01-12 21:05:46 +01:00
<script>
hljs.initHighlightingOnLoad();
</script>
2020-01-12 14:14:15 +01:00
{{ "<!-- MathJax -->" | safeHTML }}
<script type="text/x-mathjax-config">
2020-01-12 21:05:46 +01:00
MathJax.Hub.Config({
2020-01-12 14:14:15 +01:00
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<!--
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
-->
2020-01-12 21:05:46 +01:00
<script type="text/javascript" src="https://raw.githubusercontent.com/jeresig/jquery.hotkeys/master/jquery.hotkeys.js">
</script>