🐛 add page context to the extend-head feature

This commit is contained in:
micah-svenson
2023-09-23 22:41:31 -06:00
parent f31082dec8
commit 7fd252073a
+1 -1
View File
@@ -107,6 +107,6 @@
{{ partial "analytics.html" . }}
{{/* Extend head - eg. for custom analytics scripts, etc. */}}
{{ if templates.Exists "partials/extend-head.html" }}
{{ partial "extend-head.html" .Site }}
{{ partial "extend-head.html" . }}
{{ end }}
</head>