refactor: move partial/head.html and partial/footer.html

This commit is contained in:
Jimmy Cai
2020-09-11 22:41:40 +02:00
parent b64cbe1ef8
commit b064b5ef85
8 changed files with 6 additions and 6 deletions
+8
View File
@@ -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>