10 lines
341 B
HTML
10 lines
341 B
HTML
|
<footer>
|
||
|
<div class="row">
|
||
|
<hr>
|
||
|
<div class="col-sm-12">
|
||
|
<p>© Enthusiastic Hugo User {{ now.Format "2006" }} ·
|
||
|
Built with <a href="https://github.com/gohugoio/hugo">Hugo</a></p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</footer>
|