🐛 add page context to the extend-head feature

pull/658/head
micah-svenson 2023-09-23 22:41:31 -06:00
parent f31082dec8
commit 7fd252073a
1 changed files with 1 additions and 1 deletions

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>