diff --git a/layouts/partials/hb/modules/blog/taxonomies/default.html b/layouts/partials/hb/modules/blog/taxonomies/default.html index 16992b6f..411e65de 100644 --- a/layouts/partials/hb/modules/blog/taxonomies/default.html +++ b/layouts/partials/hb/modules/blog/taxonomies/default.html @@ -1,6 +1,6 @@ +{{- $limit := default 10 .limit }} +{{- $count := default true .count }} {{- range $name, $taxonomy := site.Taxonomies }} - {{- $limit := 10 }} - {{- $count := true }} {{- $idx := 0 }}
{{- with site.GetPage $name }}