This commit is contained in:
Clément Pannetier
2020-04-27 00:17:55 +02:00
committed by GitHub
parent 7724fa76ac
commit 99427568e9

View File

@@ -63,10 +63,6 @@
<link rel="stylesheet" href="{{ . | relURL }}" />
{{ end }}
{{ range .Site.Params.custom_js }}
<script src="{{ . | relURL }}"></script>
{{ end }}
{{ range .Site.Params.custom_scss }}
{{/* We don't change the targetPath to because it's transparent to users */}}
{{ if $.Site.IsServer }}
@@ -106,6 +102,10 @@
{{ partial "footer.html" . }}
</main>
{{ range .Site.Params.custom_js }}
<script src="{{ . | relURL }}"></script>
{{ end }}
{{ template "_internal/google_analytics.html" . }}
{{ if and .Site.Params.fathomAnalytics .Site.Params.fathomAnalytics.siteID }}