diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html
index 8fb772e..e70e8e3 100644
--- a/layouts/taxonomy/list.html
+++ b/layouts/taxonomy/list.html
@@ -11,8 +11,13 @@
{{ end }}
{{ else }}
{{ index $p 0 }}⁄{{ index $p 1 }}
- {{ range .Pages }}
- {{ .Title }}
+ {{ range .Pages.ByDate.Reverse }}
+ {{ .Date.Format "Jan 2, 2006" }}
+
+ {{ range $n, $authorFile := .Params.authors }}
+ {{ $author := $.GetPage (printf "/author/%s" $authorFile) }}
+ {{ $author.Title }}
+ {{ end }}
{{ end }}
{{ end }}
{{ end }}