ref: f89eb349e4d6e9044fe54492f63f73317b1d6b0c
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/spf13/hugo">Hugo</a></p> </div> </div> </footer>