summaryrefslogtreecommitdiffstats
path: root/examples/blog/layouts/partials/footer.copyright.html
blob: 64c9353ea2ebcb3a439423101c15ff65070ccdd3 (plain)
1
2
3
4
5
6
7
8
9
        <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/gohugoio/hugo">Hugo</a></p>
                </div>
            </div>
        </footer>