Add additional footer copyright credits

This commit is contained in:
vimux 2018-03-11 20:46:50 +03:00
parent c4945ec9a5
commit 72726593be
2 changed files with 6 additions and 1 deletions

View file

@ -4,3 +4,8 @@
- id: meta_categories
translation: Categories
# Footer
# TODO: Add link to Binario theme repo
- id: footer_credits
translation: "Powered by <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> and <a href=\"\" rel=\"nofollow noopener\" target=\"_blank\">Binario</a> theme."

View file

@ -1,5 +1,5 @@
<footer class="footer">
<div class="footer__copyright">© {{ now.Format "2006" }} {{ .Site.Title }}.</div>
<div class="footer__copyright">© {{ now.Format "2006" }} {{ .Site.Title }}. <span class="footer__copyright-credits">{{ T "footer_credits" | safeHTML }}</span></div>
</footer>
</body>
</html>