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-09-11 23:41:40 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-09-11 23:41:40 +0300
commitb064b5ef85a50ea353645a2b851e304e90176487 (patch)
tree37db288ff70518deb96112551591ebdc3d4985b4 /layouts/partials/footer
parentb64cbe1ef8e311dd781c72a69989446e16244c38 (diff)
refactor: move partial/head.html and partial/footer.html
Diffstat (limited to 'layouts/partials/footer')
-rw-r--r--layouts/partials/footer/footer.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html
new file mode 100644
index 0000000..fcf267e
--- /dev/null
+++ b/layouts/partials/footer/footer.html
@@ -0,0 +1,8 @@
+<footer class="site-footer">
+ <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><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