add variaable for header bg class

This commit is contained in:
Bud Parr 2017-04-15 20:14:13 -04:00
parent 740aaebed3
commit afa7a9d29a
No known key found for this signature in database
GPG key ID: ACA375160539D2B3
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
</header>
{{ else }}
<header>
<div class="bg-near-blackTK bg-black">
<div class="{{ .Site.Params.background_color_class | default "bg-black" }}">
{{ partial "site-navigation.html" . }}
</div>
</header>

View file

@ -16,7 +16,7 @@
</header>
{{ else }}
<header>
<div class="pb3-m pb6-l bg-black">
<div class="pb3-m pb6-l {{ .Site.Params.background_color_class | default "bg-black" }}">
{{ partial "site-navigation.html" . }}
<div class="tc-l pv3 ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">