Jacky Zhao
2022-04-03 c117e38899a7e122fb4dee87f5d091e654e0939f
layouts/partials/head.html
@@ -19,6 +19,7 @@
    {{ $darkMode := resources.Get "js/darkmode.js" |  resources.Fingerprint "md5" | resources.Minify }}
    <script src="{{$darkMode.Permalink}}"></script>
    {{partial "katex.html" .}}
    <!--  Preload page vars  -->
    {{$linkIndex := resources.Get "indices/linkIndex.json" | resources.Fingerprint "md5" | resources.Minify |  }}
@@ -43,4 +44,3 @@
    </script>
</head>
{{ template "_internal/google_analytics.html" . }}
{{ partial "popover.html" .}}