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

Bud Parr
14.37.2017 53df85690d0a8df316d2129353aa9d83159e8bb2
1
2
3
4
5
6
7
8
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
  <div class="flex justify-between">
  <a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
    {{ .Site.Title }}
  </a>
  {{ partial "social-follow.html" . }}
  </div>
</footer>