hugo-ataru

Hugo theme with titleless posts and microformats2 support

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

footer.html (221B)

    1 <footer>
    2   <nav>
    3     <span class="menu entry">
    4       {{ with .Site.Copyright }}{{ . | markdownify }}{{ end }}
    5     </span>
    6     <span class="menu-right">
    7       {{ partial "nav_page.html" . }}
    8     </span>
    9   </nav>
   10 </footer>