hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

nav-top.html (568B)

    1 {{ $currentPage := . }}
    2 <header class="dn-lTK relative cf bg-primary-color-dark pl4 w-100 z-5">
    3   <div class="flexTK items-centerTK dib ">
    4     <a class="absolute top-0 left-0 ml4 w4 w4-ns ph3  mr3" href="/">
    5       <img src="{{ .Site.Params.logo }}" alt="" class="w-100 shadow-2">
    6     </a>
    7     <a class="f4 f3-ns lh-solid brand-font fw7 link white hover-white no-underline dib mv0 ml6 pl3 mr5" href="/">
    8      {{ .Site.Title | markdownify  }}
    9     </a>
   10   </div>
   11 
   12     {{ partial "nav-links" .}}
   13   <div class="dn-l">
   14     {{ partial "nav-button-open" .}}
   15   </div>
   16 </header>