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