🔀 Merge pull request #658 from micah-svenson/dev

Add page context to the extend-head feature
This commit is contained in:
James Panther
2023-10-23 09:11:25 +11:00
committed by GitHub
+1 -1
View File
@@ -129,6 +129,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>