mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Bud Parr
14.37.2017 53df85690d0a8df316d2129353aa9d83159e8bb2
layouts/partials/site-header.html
@@ -2,12 +2,12 @@
  <header class="cover bg-center"{{ with .Params.featured_image }} style="background-image: url('{{ . }}');"{{ end }}>
    <div class="bg-black-60">
      {{ partial "site-navigation.html" .}}
      <div class="tc-l pv6 ph3 ph4-ns">
      <div class="tc-l pv4 pv6-l ph3 ph4-ns">
        <h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
          {{ .Title | default .Site.Title }}
        </h1>
        {{ if .Params.description  }}
          <h2 class="fw1 f3 white-80 mt3">
          <h2 class="fw1 f5 f3-l white-80 mt3">
            {{ .Params.description  }}
          </h2>
        {{ end }}
@@ -23,7 +23,7 @@
          {{ .Title | default .Site.Title }}
        </h1>
        {{ if .Params.description  }}
          <h2 class="fw1 f3 white-80 measure-wide-l center lh-copy mt3 mb4">
          <h2 class="fw1 f5 f3-l white-80 measure-wide-l center lh-copy mt3 mb4">
            {{ .Params.description  }}
          </h2>
        {{ end }}