🐛 Fix build error

This commit is contained in:
James Panther 2023-06-04 10:56:42 +10:00
parent 8653a4d170
commit 25fb355ff7
No known key found for this signature in database
GPG Key ID: D36F789E45745D17

View File

@ -84,7 +84,7 @@
{{ end }} {{ end }}
{{ end }} {{ end }}
{{/* Analytics */}} {{/* Analytics */}}
{{ partialCached "analytics.html" .Site }} {{ partialCached "analytics.html" . }}
{{/* Extend head - eg. for custom analytics scripts, etc. */}} {{/* Extend head - eg. for custom analytics scripts, etc. */}}
{{ if templates.Exists "partials/extend-head.html" }} {{ if templates.Exists "partials/extend-head.html" }}
{{ partialCached "extend-head.html" .Site }} {{ partialCached "extend-head.html" .Site }}