2020-01-12 14:14:15 +01:00
|
|
|
{{ template "_internal/google_analytics.html" . }}
|
2020-03-11 16:58:12 +01:00
|
|
|
<script src="{{ .Site.BaseURL }}js/main.js">
|
|
|
|
</script>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.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-03-11 16:58:12 +01:00
|
|
|
<script type="text/javascript" src="https://raw.githubusercontent.com/jeresig/jquery.hotkeys/master/jquery.hotkeys.js">
|
|
|
|
</script>
|