8 lines
498 B
HTML
8 lines
498 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" rel="noopener">Hugo</a> <br />
|
|
Theme <b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank" rel="noopener" data-version="1.0.4">Stack</a></b> designed by
|
|
<a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a>
|
|
</section>
|
|
</footer> |