From bd4097a5a165a76ff232b8e84de56f779fc78885 Mon Sep 17 00:00:00 2001 From: zzossig Date: Wed, 4 Dec 2019 22:01:13 +0900 Subject: [PATCH] custom html file added --- layouts/_default/baseof.html | 1 + layouts/partials/head/custom.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 layouts/partials/head/custom.html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 21ef17a..15ec602 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -10,6 +10,7 @@ {{ partial "head/meta" . }} {{ partial "head/meta_json_ld" . }} {{ partial "head/service" . }} + {{ partial "head/custom" . }} diff --git a/layouts/partials/head/custom.html b/layouts/partials/head/custom.html new file mode 100644 index 0000000..0feef7f --- /dev/null +++ b/layouts/partials/head/custom.html @@ -0,0 +1 @@ + \ No newline at end of file