diff --git a/themes/secluded/layouts/_default/list.html b/themes/secluded/layouts/_default/list.html index 67afe4eddca3eae02e7b57cd8b113536da85ff0a..432f3b932df5bb029f727f097d2970d0b9a93df7 100644 --- a/themes/secluded/layouts/_default/list.html +++ b/themes/secluded/layouts/_default/list.html @@ -11,11 +11,11 @@ {{ if eq $title "Posts" }}

Categories

- {{range ($.Site.GetPage "taxonomyTerm" "categories").Pages }} - -

{{.Title}}

-
- {{end}} +

+ {{ range ($.Site.GetPage "taxonomyTerm" "categories").Pages }} + {{.Title}} + {{- end }} +

{{ end }} @@ -30,11 +30,11 @@ {{ if .Site.Params.dateformShort }}{{ .Date.Format .Site.Params.dateformShort }}{{ else }}{{ .Date.Format "Jan 02"}}{{ end }}

{{ .Summary | truncate 140 }}

- {{ range (.GetTerms "tags") }} - -

{{.Title}}

-
- {{ end }} +

+ {{- range (.GetTerms "tags") }} + {{.Title}} + {{- end }} +

{{- end }}