hugo/examples/blog/layouts/partials/footer.copyright.html

9 lines
338 B
HTML
Raw Normal View History

2014-04-12 16:04:17 -04:00
<footer>
<div class="row">
<hr>
<div class="col-sm-12">
2015-12-24 17:04:58 -05:00
<p>&copy; Enthusiastic Hugo User {{ .Now.Format "2006" }} &middot;
2014-04-12 16:04:17 -04:00
Built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
</div>
</div>
</footer>