From d7119f0f621d49a1f3d3af2edfa987dbc7d6d835 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Sat, 10 Apr 2021 21:00:59 +0100 Subject: [PATCH] Fix width of site description on homepage --- layouts/index.html | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 619a6ca..7fa47e9 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,16 +1,18 @@ {{ define "main" }}
-
-
-
- {{ with .Site.Params.Description }}{{.}}{{ end }} - {{ with .Site.Params.Topics }} - {{ $last := sub (len .) 1 }} - {{ range $i, $x := . }} - {{ $x }} - {{ if lt $i $last }}&{{ end }} - {{ end }} - {{ end }} +
+
+
+
+ {{ with .Site.Params.Description }}{{.}}{{ end }} + {{ with .Site.Params.Topics }} + {{ $last := sub (len .) 1 }} + {{ range $i, $x := . }} + {{ $x }} + {{ if lt $i $last }}&{{ end }} + {{ end }} + {{ end }} +