From b720e4a523c9c918408b89de6999a1b6a1a4477c Mon Sep 17 00:00:00 2001 From: Northerner-coder <50540933+Northerner-coder@users.noreply.github.com> Date: Sun, 18 Oct 2020 10:51:42 -0400 Subject: [PATCH] extended_head: init (#44) * add placeholder template for extending head --- layouts/partials/extend_head.html | 5 +++++ layouts/partials/head.html | 1 + 2 files changed, 6 insertions(+) create mode 100644 layouts/partials/extend_head.html diff --git a/layouts/partials/extend_head.html b/layouts/partials/extend_head.html new file mode 100644 index 00000000..d372acc9 --- /dev/null +++ b/layouts/partials/extend_head.html @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 41a6b6db..48b5d355 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -45,6 +45,7 @@ {{- range .AlternativeOutputFormats -}} {{ end -}} +{{- partial "extend_head.html" . -}} {{- if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{- template "_internal/google_analytics_async.html" . }}