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