mirror of https://github.com/jpanther/congo.git
🔀 Merge pull request #658 from micah-svenson/dev
Add page context to the extend-head featurepull/674/head
commit
26ff31bb24
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue