header: Add option for including custom HTML

Allows for integrating third party plugins.
This commit is contained in:
George Cushen 2016-10-06 00:13:48 +01:00
commit a65279eb5d
2 changed files with 2 additions and 0 deletions

View file

View file

@ -26,6 +26,8 @@
<link rel="shortcut icon" href="{{ "/img/favicon.ico" | relURL }}" type="image/x-icon">
<link rel="canonical" href="{{ .Permalink }}">
{{ partial "head_custom" . }}
<title>{{ if not .IsHome }}{{ .Title }} | {{ end }}{{ .Site.Title }}</title>
</head>