-
+
-
{{ partial "article-list.html" (dict "Pages" .Data.Pages) }}
Other {{ .Data.Plural }}
-
+
Other {{ .Data.Plural }}
+
+
+
+
{{ $terms := index .Site.Taxonomies .Data.Plural }}
{{ range $term, $pages := $terms }}
{{ if ne $term $.Title }}
diff --git a/layouts/index.html b/layouts/index.html
index 25665e9..00abc54 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -7,13 +7,19 @@