ref: c4a0b6e8abdf9f800fbd7a7f89e9f736edc60431
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>