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 }} +