mirror of https://github.com/lxndrblz/anatole.git

Gerben Geijteman
12.57.2020 736814a3b8303d5abb67bf9e318744e6805b01b2
layouts/partials/footer.html
@@ -1,6 +1,3 @@
</body>
{{ $js := resources.Get "js/jquery.js" }}
{{ $secureJS := $js |  resources.Minify | resources.Fingerprint }}
<script type="text/javascript" src="{{ $secureJS.Permalink }}" integrity="{{ $secureJS.Data.Integrity }}" crossorigin="anonymous"></script>
@@ -12,5 +9,3 @@
{{- partial "medium-zoom.html" . -}}
{{- partial "math.html" . -}}
{{- template "_internal/google_analytics_async.html" . -}}
</html>