Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/syui/hugo-theme-wave.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer_js.html')
-rw-r--r--layouts/partials/footer_js.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layouts/partials/footer_js.html b/layouts/partials/footer_js.html
new file mode 100644
index 0000000..a13da54
--- /dev/null
+++ b/layouts/partials/footer_js.html
@@ -0,0 +1,19 @@
+{{ 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>
+<script>hljs.initHighlightingOnLoad();</script>
+
+{{ "<!-- MathJax -->" | safeHTML }}
+<script type="text/x-mathjax-config">
+MathJax.Hub.Config({
+ 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>
+-->
+<script type="text/javascript" src="https://raw.githubusercontent.com/jeresig/jquery.hotkeys/master/jquery.hotkeys.js"></script>