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

9 lines
338 B
HTML
Raw Normal View History

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