ananke/layouts/partials/site-footer.html
2017-04-15 09:25:13 -04:00

9 lines
326 B
HTML
Executable file

<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 }}" >
&copy; {{ .Now.Format "2006" }} {{ .Site.Title }}
</a>
{{ partial "social-follow.html" . }}
</div>
</footer>