From b14c898762b5a716bdc7c5a44e885d444627dd58 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 2 Dec 2022 07:45:29 -0500 Subject: [PATCH] header: allow for custom CSS From https://discourse.gohugo.io/t/how-to-override-css-classes-with-hugo/3033/4 Signed-off-by: Vincent Batts --- layouts/partials/header.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 57cdd09..7d10194 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1 +1,4 @@ +{{ range .Site.Params.custom_css -}} + +{{- end }}