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

Patrick Kollitsch
20.47.2024 4f3e709d8334f7f2634efa91450db96433c550d5
layouts/partials/site-footer.html
@@ -3,6 +3,6 @@
  <a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.Home.Permalink }}" >
    &copy; {{ with .Site.Copyright | default .Site.Title }} {{ . | safeHTML }} {{ now.Format "2006"}} {{ end }}
  </a>
    <div>{{ partial "social-follow.html" . }}</div>
    <div>{{ partialCached "social/follow.html" . }}</div>
  </div>
</footer>