diff --git a/themes/secluded/layouts/_default/list.html b/themes/secluded/layouts/_default/list.html index 67afe4e..432f3b9 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 }}