binario/layouts/partials/footer.html
2018-11-03 10:23:41 -04:00

4 lines
No EOL
239 B
HTML

<footer class="footer">
{{- partial "footer_social.html" . }}
<div class="footer__copyright">© {{ now.Format "2006" }} {{ .Site.Title }}. <span class="footer__copyright-credits">{{ T "footer_credits" | safeHTML }}</span></div>
</footer>