mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 18:31:45 +01:00
7 lines
No EOL
349 B
HTML
7 lines
No EOL
349 B
HTML
<footer class="site-footer">
|
|
<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>
|
|
</section>
|
|
</footer> |