ananke/layouts/partials/site-footer.html

9 lines
338 B
HTML
Raw Normal View History

2017-04-11 14:53:11 +02:00
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
2017-04-14 18:37:12 +02:00
<div class="flex justify-between">
2017-04-11 03:27:13 +02:00
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
2017-05-16 04:12:36 +02:00
&copy; {{ now.Format "2006" }} {{ .Site.Title }}
2017-04-11 03:27:13 +02:00
</a>
<div>{{ partial "social-follow.html" . }}</div>
2017-04-14 18:37:12 +02:00
</div>
2017-04-11 03:27:13 +02:00
</footer>