oef_website/layouts/partials/site-footer.html
2019-11-11 16:52:47 +01:00

17 lines
589 B
HTML

<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>
<a rel="license"
href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative
Commons Licence" style="border-width:0"
src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png"
/></a>
</div>
</footer>