Browse Source

add variaable for header bg class

tags/v1.1
Bud Parr 7 years ago
parent
commit
afa7a9d29a
No account linked to committer's email address
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      layouts/partials/page-header.html
  2. 1
    1
      layouts/partials/site-header.html

+ 1
- 1
layouts/partials/page-header.html View File

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

+ 1
- 1
layouts/partials/site-header.html View File

</header> </header>
{{ else }} {{ else }}
<header> <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" . }} {{ partial "site-navigation.html" . }}
<div class="tc-l pv3 ph3 ph4-ns"> <div class="tc-l pv3 ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title"> <h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">

Loading…
Cancel
Save