ref: ad1d6d6406c9b208d4fd4e09d6ad9ef19aa65dbb
dir: /examples/blog/layouts/partials/footer.copyright.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>