shithub: hugo

ref: 6a7f989d7ba9c5e821fcacfa86a7dba566b3a38f
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>