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

10 lines
341 B
HTML
Raw Normal View History

2014-04-12 16:04:17 -04:00
<footer>
<div class="row">
<hr>
<div class="col-sm-12">
2017-09-26 23:09:47 -04:00
<p>&copy; Enthusiastic Hugo User {{ now.Format "2006" }} &middot;
Built with <a href="https://github.com/gohugoio/hugo">Hugo</a></p>
2014-04-12 16:04:17 -04:00
</div>
</div>
2017-09-26 23:09:47 -04:00
</footer>