Hugo-theme-stack/layouts/partials/footer/footer.html

8 lines
528 B
HTML
Raw Normal View History

2020-08-22 07:20:08 -04:00
<footer class="site-footer">
<section class="copyright">&copy; {{ now.Format "2006" }} {{ .Site.Title }}</section>
<section class="powerby">
2020-11-23 04:11:28 -05:00
{{ T "footerBuiltWith" }} <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.1.0">Stack</a></b> {{ T "footerDesignedBy" }}
<a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a>
2020-08-22 07:20:08 -04:00
</section>
</footer>