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