shithub: hugo

ref: ccc51fe764c02d41ef3634739e71966b8c3c4e69
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/spf13/hugo">Hugo</a></p>
                </div>
            </div>
        </footer>