From a49c9221008f3fb6cb104c5c9e55c8308bf3bd21 Mon Sep 17 00:00:00 2001 From: Nishant Srivastava Date: Mon, 30 Dec 2019 17:02:17 +0100 Subject: [PATCH] Fixes issue #53 - Only hide the powered by line when setting showPoweredBy to false --- layouts/partials/footer/site-footer.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/partials/footer/site-footer.html b/layouts/partials/footer/site-footer.html index 43e4353..5ff521c 100644 --- a/layouts/partials/footer/site-footer.html +++ b/layouts/partials/footer/site-footer.html @@ -4,10 +4,8 @@ {{ partial "footer/go-to-top" . }}
- {{ if $.Param "showPoweredBy" }} - {{ end }} + + {{ if $.Param "showPoweredBy" }} +

Powered by Hugo and the Zzo theme

+ {{ end }} + \ No newline at end of file