aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/meta.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index 02af661..d81b6b5 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -166,9 +166,9 @@
font-variant: small-caps;
}
- {{ if eq .Params.headerTextColor "black" }}
+ {{ if eq .Site.Params.headerTextColor "black" }}
.header a h1 { color: #000; }
- {{ else if eq .Params.headerTextColor "white" }}
+ {{ else if eq .Site.Params.headerTextColor "white" }}
.header a h1 { color: #fff; }
{{ end }}