From fa9ccbd94724e9edc849a7dce46c0d468ee47fd5 Mon Sep 17 00:00:00 2001 From: Thorsten Ortlepp Date: Thu, 12 Dec 2024 01:19:00 +0100 Subject: website setup --- layouts/partials/extend_head.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 layouts/partials/extend_head.html (limited to 'layouts/partials/extend_head.html') diff --git a/layouts/partials/extend_head.html b/layouts/partials/extend_head.html new file mode 100644 index 0000000..a3af417 --- /dev/null +++ b/layouts/partials/extend_head.html @@ -0,0 +1,8 @@ +{{- /* Head custom content area start */ -}} +{{- /* Insert any custom code (web-analytics, resources, etc.) - it will appear in the section of every page. */ -}} +{{- /* Can be overwritten by partial with the same name in the global layouts. */ -}} +{{- /* Head custom content area end */ -}} + +{{ range .Site.Params.custom_css -}} + +{{- end }} -- cgit v1.2.3