Skip to content

Commit 66d4850

Browse files
committed
docs: Update layout references to gohugoio/hugo
1 parent 715ff1f commit 66d4850

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

‎docs/config.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluralizeListTitles = false
1818
[[menu.main]]
1919
name = "Download Hugo"
2020
pre = "<i class='fa fa-download'></i>"
21-
url = "https://github.com/spf13/hugo/releases"
21+
url = "https://github.com/gohugoio/hugo/releases"
2222
weight = -200
2323
[[menu.main]]
2424
name = "Site Showcase"

‎docs/layouts/index.html‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<a class="btn-info btn btn-lg" href="http://discuss.gohugo.io/">
4545
Community <i class="icon-talking"></i>
4646
</a>
47-
<a class="btn-repo btn btn-lg" href="https://github.com/spf13/hugo">
47+
<a class="btn-repo btn btn-lg" href="https://github.com/gohugoio/hugo">
4848
GitHub <i class="icon-circlestar"></i>
4949
</a>
5050
</div>
@@ -200,7 +200,7 @@ <h2>Flexible</h2>
200200
<i class="lead-icon icon-octocat"></i>
201201
<h2>Open and Free</h2>
202202
<p class="lead">
203-
Hugo is <a href="https://github.com/spf13/hugo">open source</a> and completely free.
203+
Hugo is <a href="https://github.com/gohugoio/hugo">open source</a> and completely free.
204204
</p>
205205
</div>
206206
</div>
@@ -227,7 +227,7 @@ <h2>Built with <i class="icon-heart"></i></h2>
227227
New to Go? We’ll help you.
228228
Not a developer? No problem! Help
229229
with <a href="/overview/introduction/">docs,</a> testing
230-
and <a href="https://github.com/spf13/hugoThemes/">themes.</a>
230+
and <a href="https://github.com/gohugoio/hugoThemes/">themes.</a>
231231
</p>
232232
</div>
233233
</div>
@@ -245,7 +245,7 @@ <h2>Built with <i class="icon-heart"></i></h2>
245245
<div class="row">
246246
<div class="text-center col-md-10 col-md-offset-1">
247247
<h1>Getting Started</h1>
248-
<a class="btn-primary btn btn-lg" href="https://github.com/spf13/hugo/releases">
248+
<a class="btn-primary btn btn-lg" href="https://github.com/gohugoio/hugo/releases">
249249
Download
250250
<i class="icon-arrow-down"></i>
251251
</a>
@@ -272,7 +272,7 @@ <h4>Using Homebrew?</h4>
272272
<div class="text-center col-md-6 col-md-offset-3">
273273
<ul class="list-inline">
274274
<li><a class="icon-twitter icon-2x" href="https://twitter.com/gohugoio"></a></li>
275-
<li><a class="icon-octocat icon-2x" href="https://github.com/spf13/hugo"></a></li>
275+
<li><a class="icon-octocat icon-2x" href="https://github.com/gohugoio/hugo"></a></li>
276276
</ul>
277277
<hr>
278278
<p>Copyright &copy; Steve Francia 2013&ndash;{{ now.Format "2006" }}</p>

‎docs/layouts/partials/footer.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="row">
22
<div class="footer-panel">
3-
<p>Last revision: {{ .Lastmod.Format "January 2, 2006" }}{{ if .IsPage }}{{ with .GitInfo }} | <a href="https://github.com/spf13/hugo/commit/{{ .Hash }}">{{ .Subject }} ({{ .AbbreviatedHash }})</a>{{end }}{{ end }}
3+
<p>Last revision: {{ .Lastmod.Format "January 2, 2006" }}{{ if .IsPage }}{{ with .GitInfo }} | <a href="https://github.com/gohugoio/hugo/commit/{{ .Hash }}">{{ .Subject }} ({{ .AbbreviatedHash }})</a>{{end }}{{ end }}
44
<span style="float: right;">Hugo v{{ .Site.Params.release }} documentation</span>
55
</p>
66
{{ with getenv "REPOSITORY_URL" -}}

‎docs/layouts/partials/menu.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
{{end}}
3030
</li>
3131
{{end}}
32-
<li> <a href="https://github.com/spf13/hugo/issues" target="blank"><i class='fa fa-life-ring'></i> <span>Issues & Help</span></a> </li>
32+
<li> <a href="https://github.com/gohugoio/hugo/issues" target="blank"><i class='fa fa-life-ring'></i> <span>Issues & Help</span></a> </li>
3333
{{ if .IsPage }}
34-
{{ $File := .File }} {{with $File.Path }}<li><a href="https://github.com/spf13/hugo/edit/master/docs/content/{{ $File.Dir }}{{ $File.LogicalName }}" target="blank"><i class='fa fa-edit'></i> Refine this Page</a> </li>{{end}}
34+
{{ $File := .File }} {{with $File.Path }}<li><a href="https://github.com/gohugoio/hugo/edit/master/docs/content/{{ $File.Dir }}{{ $File.LogicalName }}" target="blank"><i class='fa fa-edit'></i> Refine this Page</a> </li>{{end}}
3535
{{ end }}
3636
</ul>
3737
<!-- sidebar menu end-->

‎docs/layouts/section/showcase.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1 id="title">Hugo-built Sites (with source)</h1>
1111
<hr>
1212

1313
<blockquote>
14-
If you want to be added to this page, please send a <a href="https://github.com/spf13/hugo/pulls">pull request</a>. Check out the <a href="{{ relref . "community/contributing.md#showcase-additions" }}">how-to guide</a>.
14+
If you want to be added to this page, please send a <a href="https://github.com/gohugoio/hugo/pulls">pull request</a>. Check out the <a href="{{ relref . "community/contributing.md#showcase-additions" }}">how-to guide</a>.
1515
</blockquote>
1616

1717
{{ partial "footer.html" . }}

‎docs/layouts/shortcodes/gh.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{{ if eq (substr . 0 1) "@" }}
33
<a href="//github.com/{{ substr . 1 }}">{{ . }}</a>
44
{{ else if eq (substr . 0 2) "0x" }}
5-
<a href="//github.com/spf13/hugo/commit/{{ substr . 2 }}">{{ substr . 2 6 }}</a>
5+
<a href="//github.com/gohugoio/hugo/commit/{{ substr . 2 }}">{{ substr . 2 6 }}</a>
66
{{ else }}
7-
<a href="//github.com/spf13/hugo/issues/{{ . }}">#{{ . }}</a>
7+
<a href="//github.com/gohugoio/hugo/issues/{{ . }}">#{{ . }}</a>
88
{{ end }}
99
{{ end }}

0 commit comments

Comments
 (0)