Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Tharpe <james@brainbytescreative.com>2017-09-18 15:01:36 +0300
committerJames Tharpe <james@brainbytescreative.com>2017-09-18 15:01:36 +0300
commit40d9c25835744585c5bf68fae0346d9d7ee68b8d (patch)
treec5038357f162dacd541ce9491bf219f402c297d5
parent5f97cdd1d89b8dba198abd1e1e90e4a2221100c8 (diff)
Adds 'fill in the blank' partial prior to closing </head> tag due to recent changes in Google Analytics documentation for installation
-rw-r--r--layouts/partials/head-close.html2
-rw-r--r--layouts/partials/header.html1
2 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/head-close.html b/layouts/partials/head-close.html
new file mode 100644
index 0000000..3f173aa
--- /dev/null
+++ b/layouts/partials/head-close.html
@@ -0,0 +1,2 @@
+ <!-- Intentionally left empty. Override this partial in your website to insert code just before
+ the closing </head> tag. For example, to install Google Tag Manager. --> \ No newline at end of file
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 8955e3d..53a1e5f 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -9,6 +9,7 @@
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
<link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
{{ end }}
+ {{ partial "head-close" . }}
</head>
<body>