There was an error while loading. Please reload this page.
1 parent 5e2e62d commit 86a97dbCopy full SHA for 86a97db
docs/layouts/partials/footer.html
@@ -3,6 +3,11 @@
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 }}
4
<span style="float: right;">Hugo v{{ .Site.Params.release }} documentation</span>
5
</p>
6
+ {{ with getenv "REPOSITORY_URL" -}}
7
+ <a href="https://www.netlify.com" style="float: right; padding-right: 20px;">
8
+ <img src="https://www.netlify.com/img/global/badges/netlify-color-bg.svg"/>
9
+ </a>
10
+ {{- end }}
11
</div>
12
13
0 commit comments