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

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2022-06-21 17:55:10 +0300
committerGitHub <noreply@github.com>2022-06-21 17:55:10 +0300
commitf317cc765c1ddedee7defe90854401ff3a85a92a (patch)
tree67677623c8580239f32128285791451cba8b6d6c
parent9845b8206c85e02cb5da32295e1f96d51b9ee509 (diff)
parentaa7e547d22560d21439f7fccd534c97330593cd9 (diff)
Merge pull request #755 from ROCKTAKEY/custom-head
Add custom-head.html
-rw-r--r--layouts/partials/head/custom-head.html1
-rw-r--r--layouts/partials/head/head.html3
2 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/head/custom-head.html b/layouts/partials/head/custom-head.html
new file mode 100644
index 0000000..0c59d7f
--- /dev/null
+++ b/layouts/partials/head/custom-head.html
@@ -0,0 +1 @@
+<!-- Custom head -->
diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html
index 9c1ecb3..12e2a8c 100644
--- a/layouts/partials/head/head.html
+++ b/layouts/partials/head/head.html
@@ -7,4 +7,5 @@
{{ block "head/stylesheet" . }}{{ partial "head/stylesheet.html" . }}{{ end }}
{{ block "head/seo" . }}{{ partial "head/seo.html" . }}{{ end }}
{{ block "head/favicons" . }}{{ partial "head/favicons.html" . }}{{ end }}
-</head> \ No newline at end of file
+ {{ block "head/custom-head" . }}{{ partial "head/custom-head.html" . }}{{ end }}
+</head>