From 9b3a02b72e7ae1c85de3e1c75b73a63d6e6d77ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 14 Apr 2017 09:35:51 +0200 Subject: [PATCH] docs: Add Netlify badge if on Netlify --- layouts/partials/footer.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 99a0eaf59..b422a1ad0 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,6 +3,11 @@

Last revision: {{ .Lastmod.Format "January 2, 2006" }}{{ if .IsPage }}{{ with .GitInfo }} | {{ .Subject }} ({{ .AbbreviatedHash }}){{end }}{{ end }} Hugo v{{ .Site.Params.release }} documentation

+ {{ with getenv "REPOSITORY_URL" -}} + + + + {{- end }}