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

9 lines
313 B
HTML
Raw Normal View History

2014-04-12 16:04:17 -04:00
<footer>
<div class="row">
<hr>
<div class="col-sm-12">
<p>&copy; Enthusiastic Hugo User 2014<br>
Built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
</div>
</div>
</footer>