From a65279eb5dab3c4cf5831ceec8d93e2ff9ebad26 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Thu, 6 Oct 2016 00:13:48 +0100 Subject: [PATCH] header: Add option for including custom HTML Allows for integrating third party plugins. --- layouts/partials/head_custom.html | 0 layouts/partials/header.html | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 layouts/partials/head_custom.html diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html new file mode 100644 index 00000000..e69de29b diff --git a/layouts/partials/header.html b/layouts/partials/header.html index a651e6d8..405dae24 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -26,6 +26,8 @@ + {{ partial "head_custom" . }} + {{ if not .IsHome }}{{ .Title }} | {{ end }}{{ .Site.Title }}