shithub: hugo

ref: ad69374f8b132f0afddb9203300c600b9f21386b
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 2014<br>
                    Built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
                </div>
            </div>
        </footer>