diff options
Diffstat (limited to 'examples/blog/layouts/partials/footer.copyright.html')
-rw-r--r-- | examples/blog/layouts/partials/footer.copyright.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/layouts/partials/footer.copyright.html b/examples/blog/layouts/partials/footer.copyright.html index c4a01208d..64c9353ea 100644 --- a/examples/blog/layouts/partials/footer.copyright.html +++ b/examples/blog/layouts/partials/footer.copyright.html @@ -3,7 +3,7 @@ <hr> <div class="col-sm-12"> <p>© Enthusiastic Hugo User {{ .Now.Format "2006" }} · - Built with <a href="https://github.com/spf13/hugo">Hugo</a></p> + Built with <a href="https://github.com/gohugoio/hugo">Hugo</a></p> </div> </div> </footer>
\ No newline at end of file |