shithub: hugo

ref: 211d20a3c742efbfb356859a2556b65705d55f68
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>