- {{ end }}
- {{ if gt (len $pages) 5 }}
-
- {{ end }}{{ define "content" }}
-
-{{ $termName := .Data.Plural }}
-{{ $terms := .Data.Terms.ByCount }}
-{{ $length := len $terms }}
-{{ $type := .Type }}
-
-
-
- {{ .Data.Plural | humanize }} -
-{{ if and $.Site.Taxonomies.categories (eq $termName "categories") }}
-
{{ range $terms }}
{{ $term := .Term }}
@@ -70,24 +42,6 @@
{{end}}
-{{ end }}
-