diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html
index 3a192a08..391e3c23 100644
--- a/layouts/_default/terms.html
+++ b/layouts/_default/terms.html
@@ -21,6 +21,34 @@
{{ .Title }}
+ {{ end }}
+ {{ if gt (len $pages) 5 }}
+
+ {{ i18n "More" }} >>
+
+ {{ 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 }}
+ {{ $pages := .Pages }}
+ {{ with $.Site.GetPage "taxonomy" (printf "%s/%s" $type $term) }}
+
+
-{{end }}
\ No newline at end of file
+{{end }}
+
+
+ {{ end }}
+{{ end }}
+
+
+{{ else if and $.Site.Taxonomies.tags (eq $termName "tags") }}
+