hugo-theme-stack-stars/layouts/partials/footer.html

7 lines
349 B
HTML
Raw Normal View History

2020-08-22 11:20:08 +00:00
<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>Stack</b> designed by <a href="https://jimmycai.com" target="_blank">Jimmy</a>
</section>
</footer>