shithub: hugo

ref: f7c1b5fe1c22ba5f16e3fa442df6a8a70711f23f
dir: /examples/blog/layouts/partials/footer.copyright.html/

View raw version
        <footer>
            <div class="row">
                <hr>
                <div class="col-sm-12">
                    <p>&copy; Enthusiastic Hugo User {{ now.Format "2006" }} &middot;
                    Built with <a href="https://github.com/gohugoio/hugo">Hugo</a></p>
                </div>
            </div>
        </footer>