binario/layouts/partials/footer.html

5 lines
276 B
HTML
Raw Normal View History

<footer class="footer">
{{- partial "footer_social.html" . }}
2018-11-27 20:30:08 +00:00
{{- partial "footer_menu.html" . }}
<div class="footer__copyright">© {{ now.Format "2006" }} {{ .Site.Title }}. <span class="footer__copyright-credits">{{ T "footer_credits" | safeHTML }}</span></div>
2018-11-03 14:23:41 +00:00
</footer>