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 }} +