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

Eric Pereira
17.38.2019 bcaa83b7ad58ab539cf52a8e4786d55bdf1ac543
1
2
3
4
5
6
7
8
<footer class="{{ .Site.Params.background_color_class | default "bg-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 }}" >
    &copy; {{ now.Format "2006" }} {{ .Site.Title }}
  </a>
    <div>{{ partial "social-follow.html" . }}</div>
  </div>
</footer>