From 3a3518c18a2d7eae7f9353d87de24a376b6209f2 Mon Sep 17 00:00:00 2001 From: Dmitry Kolosov Date: Tue, 9 Jun 2020 22:45:50 +0300 Subject: [PATCH] Add head-extra for overriding --- layouts/partials/head-extra.html | 1 + layouts/partials/head.html | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 layouts/partials/head-extra.html diff --git a/layouts/partials/head-extra.html b/layouts/partials/head-extra.html new file mode 100644 index 0000000..0e22c9a --- /dev/null +++ b/layouts/partials/head-extra.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d98bef2..a799397 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -32,3 +32,5 @@ {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{ template "_internal/google_analytics_async.html" . }} {{ end }} + +{{ partial "head-extra.html" . }} \ No newline at end of file