feat(footer): add Github repo link in footer
This commit is contained in:
parent
ffcb975e82
commit
ced9823d99
@ -2,6 +2,7 @@
|
||||
<section class="copyright">© {{ 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>
|
Loading…
Reference in New Issue
Block a user