hugo/examples/blog/layouts/chrome/footer.copyright.html
2014-04-26 23:05:41 -06:00

9 lines
No EOL
313 B
HTML

<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>