diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index de4a300..45cf02d 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,14 +1,55 @@
{{ define "main" }}
-{{/* Category / tag taxonomy list pages */}}
+
+{{- if eq .Kind "taxonomy" }}
+{{/* ── Taxonomy overview: /categories/ or /tags/ ── */}}
- {{ len .Pages }} {{ if eq (len .Pages) 1 }}plate{{ else }}plates{{ end }} in this section.
- Return to archive →
-
+ {{ len .Pages }} {{ .Title | lower | singularize }}{{ if ne (len .Pages) 1 }}s{{ end }} across the archive.
+ Return to home →
+ {{ .Title }}
- The {{ .Title | lower }}
+
@@ -34,4 +75,6 @@ {{- end }}