Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-08-26 21:47:50 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-08-26 21:47:50 +0300
commitced9823d99fdda998f777ba8613c3dafe66641c5 (patch)
tree276a4e1d458281070aa2247968f27edd3b93ae52 /layouts
parentffcb975e82184aa01b495051f628517f5f8bf830 (diff)
feat(footer): add Github repo link in footer
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index a1be85f..fcf267e 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -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> \ No newline at end of file