ref: 0f9f73cce5c3f1f05be20bcf1d23b2332623d7f9
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>