From e7fd9955906e779ea34afa94874c0e24456fbbb5 Mon Sep 17 00:00:00 2001 From: "Dustin L. Dodson" Date: Sat, 30 May 2020 17:23:49 -0700 Subject: [PATCH] Add color-per-page support, addresses #20 --- layouts/partials/head.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 43265f9..3b6e399 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -9,7 +9,9 @@ -{{ if (ne $.Site.Params.ThemeColor "orange") }} +{{ if (isset .Params "color") }} + +{{ else if (ne $.Site.Params.ThemeColor "orange") }} {{ end }}