7 lines
349 B
HTML
7 lines
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> |