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:
authorMehedi Sharif Titas <mehedishariftitas@gmail.com>2019-05-10 10:26:52 +0300
committerGitHub <noreply@github.com>2019-05-10 10:26:52 +0300
commit420da3bea9da6f2ff276d6cc5cc22e0d565f3905 (patch)
treefbb6d186dccec855a14a7b0ef0d259cbf630ab88
parent51c5865974e4e1ef98d1c33cdef812e4c3e5222c (diff)
parent13589497de6e696bf9e523cb1b6066573b4eea95 (diff)
Merge pull request #44 from excitoon/head_custommit
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.
+-->