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 --- TODO | 1 - layouts/partials/head.html | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index a9387fb..54f9448 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,2 @@ * fix spacing * test internationalization -* add color themes 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