summaryrefslogtreecommitdiffstats
path: root/docs/layouts
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-07-06 10:25:46 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-07-06 10:25:46 +0200
commite00f5c9c0724001c6a550029587683aa30e8d626 (patch)
tree44fa35696bf67b18a08cfb62a47e79937df4fa82 /docs/layouts
parent477684022f6816e6d2a0358caa6432c4d6f65da5 (diff)
parent37c69054e294bf554be03cf7e4c01e1f586e6943 (diff)
Diffstat (limited to 'docs/layouts')
-rw-r--r--docs/layouts/partials/footer.html2
-rw-r--r--docs/layouts/section/showcase.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/layouts/partials/footer.html b/docs/layouts/partials/footer.html
index 9734aa983..6f9976448 100644
--- a/docs/layouts/partials/footer.html
+++ b/docs/layouts/partials/footer.html
@@ -1,6 +1,6 @@
<div class="row">
<div class="footer-panel">
- <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 }}
+ <p>Last revision: {{ .Lastmod.Format "January 2, 2006" }}{{ if .IsPage }}{{ with .GitInfo }} | <a href="https://github.com/gohugoio/hugoDocs/commit/{{ .Hash }}">{{ .Subject }} ({{ .AbbreviatedHash }})</a>{{end }}{{ end }}
<span style="float: right;">Hugo v{{ .Site.Params.release }} documentation</span>
</p>
{{ with getenv "REPOSITORY_URL" -}}
diff --git a/docs/layouts/section/showcase.html b/docs/layouts/section/showcase.html
index b21e98359..be13fc612 100644
--- a/docs/layouts/section/showcase.html
+++ b/docs/layouts/section/showcase.html
@@ -11,7 +11,7 @@
<hr>
<blockquote>
-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>.
+If you want to be added to this page, please send a <a href="https://github.com/gohugoio/hugoDocs/pulls">pull request</a>. Check out the <a href="{{ relref . "community/contributing.md#showcase-additions" }}">how-to guide</a>.
</blockquote>
{{ partial "footer.html" . }}