From aa7e547d22560d21439f7fccd534c97330593cd9 Mon Sep 17 00:00:00 2001 From: ROCKTAKEY Date: Thu, 19 May 2022 02:34:38 +0900 Subject: [PATCH] Add custom-head.html --- layouts/partials/head/custom-head.html | 1 + layouts/partials/head/head.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/head/custom-head.html 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 @@ + 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 }} - \ No newline at end of file + {{ block "head/custom-head" . }}{{ partial "head/custom-head.html" . }}{{ end }} +