mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Add additional footer copyright credits
This commit is contained in:
parent
c4945ec9a5
commit
72726593be
2 changed files with 6 additions and 1 deletions
|
@ -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."
|
||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue