shithub: hugo

ref: 4d4c7791acce13e4ec4fcf2b8d763081dd52e219
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>