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:
-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>