From bfccca3b45b33aad2c23ff557d2e7badf0385010 Mon Sep 17 00:00:00 2001 From: Hoernschen Date: Wed, 27 Dec 2023 00:40:58 +0100 Subject: [PATCH] FIX social icon display --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 2d192a6..d08eee6 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,7 +3,7 @@ {{ if .social }}
{{ range .social }} - {{ if .text }} {{ .text }} {{ end }} + {{ if .text }}{{ .text }}{{ end }} {{ end }}
{{ end }}