thrrgilag.net/themes/binario/layouts/partials/footer.html

5 lines
309 B
HTML
Raw Normal View History

2019-09-07 19:40:58 +00:00
<footer class="footer">
{{- partial "footer_social.html" . }}
{{- partial "footer_menu.html" . }}
<div class="footer__copyright">© {{ now.Format "2006" }} {{ .Site.Params.copyright | default .Site.Title }}. <span class="footer__copyright-credits">{{ T "footer_credits" | safeHTML }}</span></div>
</footer>