mirror of https://github.com/jpanther/congo.git
🐛 add page context to the extend-head feature
parent
f31082dec8
commit
7fd252073a
|
@ -107,6 +107,6 @@
|
||||||
{{ partial "analytics.html" . }}
|
{{ partial "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" }}
|
||||||
{{ partial "extend-head.html" .Site }}
|
{{ partial "extend-head.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue