From ab2ccd31a9aaaf48449d7e09c9d62d29cf233f22 Mon Sep 17 00:00:00 2001 From: Sam Robbins Date: Sat, 11 Jul 2020 14:00:49 +0100 Subject: Fix Built with section showing up on pages without it --- layouts/_default/single.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 0c076cb..8350af5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -138,6 +138,7 @@
{{if isset .Params "tech"}} + {{if (gt (len .Params.tech) 0)}}

Built with

@@ -160,6 +161,7 @@
{{end}} + {{end}}
{{.Content }} @@ -169,4 +171,4 @@
-{{end}} \ No newline at end of file +{{end}} -- cgit v1.2.3