github.com/graemephi/kahugo@v0.62.3-0.20211121071557-d78c0423784d/examples/blog/layouts/partials/footer.copyright.html (about) 1 <footer> 2 <div class="row"> 3 <hr> 4 <div class="col-sm-12"> 5 <p>© Enthusiastic Hugo User {{ now.Format "2006" }} · 6 Built with <a href="https://github.com/gohugoio/hugo">Hugo</a></p> 7 </div> 8 </div> 9 </footer>