From 4e21f009992efb7f80fa26645faa00927e8db3d9 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Wed, 7 Apr 2021 16:25:27 +0100 Subject: [PATCH] Add Netlify status badge to footer --- layouts/partials/footer.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 9a4afe0..ed22d06 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -9,9 +9,16 @@ | Built by: Hugo | Theme: Mnemosyne

+ {{ with .Site.Params.netlify }} +

+ + Build status: + +

+ {{ end }} {{ with .Site.Copyright | safeHTML }} -
-

{{.}}

+
+

{{.}}

{{ end }}