From b50a7eb7fa8232e66402eb0ca097d3c2423a4aaa934458906be3390d0966aa99 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Tue, 9 May 2023 00:00:00 +0000 Subject: Allow custom CSS overrides --- layouts/partials/head.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 9f6faf9..de87277 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -8,7 +8,13 @@ {{- end }} + {{- if .Site.Params.custom_css }} + {{- range .Site.Params.custom_css }} + + {{- end }} + {{- else }} + {{- end }} {{- if $.Site.Params.title }} {{ .Title }} {{- end }} -- cgit v1.2.3