diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 2034c03..d16fe3c 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -43,6 +43,12 @@ {{- if or (eq .Site.Params.mode "auto") (eq .Site.Params.mode "dark") -}} + {{ end }} + + {{- if isset .Site.Params "customcss" }} + {{ range .Site.Params.customCSS }} + + {{ end }} {{- end -}} {{- range .Site.Params.customJS }} {{- if or (hasPrefix . "http://") (hasPrefix . "https://") }} @@ -51,4 +57,4 @@ {{- end }} {{- end }} - \ No newline at end of file +