binario/layouts/partials/footer.html

8 lines
364 B
HTML
Raw Normal View History

<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>
2018-04-01 12:56:28 +00:00
<script src="{{ "js/modernizr.js" | relURL }}"></script>
<script src="{{ "js/menu.js" | relURL }}"></script>
</body>
</html>