examples: Update examples to point to gohugoio/hugo

This commit is contained in:
Bjørn Erik Pedersen
2017-06-13 18:59:38 +02:00
parent 66d4850b89
commit db46bcf82d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
Hugo Example Blog
=================
This repository provides a fully-working example of a [Hugo](https://github.com/spf13/hugo)-powered blog. Many
This repository provides a fully-working example of a [Hugo](https://github.com/gohugoio/hugo)-powered blog. Many
Hugo-specific features are used as a way to see them in action, and hopefully ease the learning curve for creating your
very own site with Hugo.

View File

@@ -3,7 +3,7 @@
<hr>
<div class="col-sm-12">
<p>&copy; Enthusiastic Hugo User {{ .Now.Format "2006" }} &middot;
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>