fixe issue with analytics and new hugo update

This commit is contained in:
Nuno Coração
2023-05-24 22:43:31 +01:00
parent b64e7fc6d5
commit 2b3b34fab9
458 changed files with 17527 additions and 2592 deletions
+1 -1
View File
@@ -113,7 +113,7 @@
{{/* Vendor */}}
{{ partial "vendor.html" . }}
{{/* Analytics */}}
{{ partialCached "analytics.html" .Site }}
{{ partial "analytics.html" .Site }}
{{/* Extend head - eg. for custom analytics scripts, etc. */}}
{{ if templates.Exists "partials/extend-head.html" }}
{{ partialCached "extend-head.html" .Site }}