ref: 5a4002bc8916600c0d28b59c83ae11e85ebcbf6e
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>