blob: 2a7aa873fb99a2ce236853ec7ac076d19b79da81 (
plain)
1
2
3
4
5
6
7
8
9
|
<footer>
<div class="row">
<hr>
<div class="col-sm-12">
<p>© Enthusiastic Hugo User 2014<br>
Built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
</div>
</div>
</footer>
|