fix(update): compatibility issues such as google analytics and deprecated Go methods

This commit is contained in:
2024-03-14 15:34:07 +01:00
parent 47a3426ed0
commit 9be8cc9bdc
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,6 @@
<script defer src="{{ $script.Permalink }}" {{ printf "integrity=%q" $script.Data.Integrity | safeHTMLAttr }} crossorigin="anonymous"></script>
{{ end }}
{{- partial "analytics.html" . }}
{{- if templates.Exists "partials/extra-foot.html" -}}
{{ partial "extra-foot.html" . }}
{{- end }}