feat(footer): add Github repo link in footer

This commit is contained in:
Jimmy Cai 2020-08-26 20:47:50 +02:00
parent ffcb975e82
commit ced9823d99

View file

@ -2,6 +2,7 @@
<section class="copyright">&copy; {{ now.Format "2006" }} {{ .Site.Title }}</section>
<section class="powerby">
Built with <a href="https://gohugo.io/" target="_blank">Hugo</a> <br />
Theme <b>Stack</b> designed by <a href="https://jimmycai.com" target="_blank">Jimmy</a>
Theme <b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank">Stack</a></b> designed by
<a href="https://jimmycai.com" target="_blank">Jimmy</a>
</section>
</footer>