Hugo-theme-stack/layouts/partials/footer.html
2020-08-26 20:47:50 +02:00

8 lines
432 B
HTML

<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>