diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/taxonomy/list.html b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/taxonomy/list.html index e70e8e3..7b3bbdb 100644 --- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/taxonomy/list.html +++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/taxonomy/list.html @@ -12,7 +12,7 @@ {{ else }}
{{ index $p 0 }}⁄{{ index $p 1 }}
{{ range .Pages.ByDate.Reverse }} -
{{ .Date.Format "Jan 2, 2006" }}
+
{{ .Title }}
{{ range $n, $authorFile := .Params.authors }} {{ $author := $.GetPage (printf "/author/%s" $authorFile) }}