summaryrefslogtreecommitdiffstats
path: root/examples/blog/layouts/partials/footer.copyright.html
blob: 7f7b5fc7ba95bf05c339274b9f1338995024986d (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>