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" }}
{{.Title}}
- - {{end}} ++ {{ range ($.Site.GetPage "taxonomyTerm" "categories").Pages }} + {{.Title}} + {{- end }} +
{{ .Summary | truncate 140 }}
- {{ range (.GetTerms "tags") }} - -{{.Title}}
- - {{ end }} ++ {{- range (.GetTerms "tags") }} + {{.Title}} + {{- end }} +
{{- end }}