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

github.com/themefisher/airspace-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Chebotarev <vladimir.chebotarev@gmail.com>2019-05-05 09:16:51 +0300
committerVladimir Chebotarev <vladimir.chebotarev@gmail.com>2019-05-05 09:16:51 +0300
commit13589497de6e696bf9e523cb1b6066573b4eea95 (patch)
tree4b9909e7c513067e9a59575b82ffe527708a4800
parent5bed00a5c1a5e9b70fe4c269b3b25816a0213d67 (diff)
Added head_custom partial.
-rw-r--r--layouts/partials/head.html1
-rw-r--r--layouts/partials/head_custom.html4
2 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 388ceec..bb5873e 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -46,3 +46,4 @@
*
*/
-->
+{{- partial "head_custom.html" . }}
diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html
new file mode 100644
index 0000000..554494a
--- /dev/null
+++ b/layouts/partials/head_custom.html
@@ -0,0 +1,4 @@
+<!--
+If you want to include any custom html just before </head>, put it in /layouts/partials/head_custom.html
+Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/head_custom.html doesn't exist.
+-->