ananke/layouts/partials/site-footer.html

9 lines
326 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-04-15 15:25:13 +02:00
&copy; {{ .Now.Format "2006" }} {{ .Site.Title }}
2017-04-11 03:27:13 +02:00
</a>
2017-04-14 18:37:12 +02:00
{{ partial "social-follow.html" . }}
</div>
2017-04-11 03:27:13 +02:00
</footer>