ref: 4b54fb07018d5ed66ef82b6a53462e1b15c85d86
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>