github.com/kovansky/hugo@v0.92.3-0.20220224232819-63076e4ff19f/examples/blog/layouts/partials/footer.copyright.html (about)

     1          <footer>
     2              <div class="row">
     3                  <hr>
     4                  <div class="col-sm-12">
     5                      <p>&copy; Enthusiastic Hugo User {{ now.Format "2006" }} &middot;
     6                      Built with <a href="https://github.com/gohugoio/hugo">Hugo</a></p>
     7                  </div>
     8              </div>
     9          </footer>