diff --git a/layouts/partials/list/h-entry.summary.html b/layouts/partials/list/h-entry.summary.html index feaaf97..10a2035 100644 --- a/layouts/partials/list/h-entry.summary.html +++ b/layouts/partials/list/h-entry.summary.html @@ -11,10 +11,14 @@ (updated on ) {{ end -}} - by - - {{ with .GetTerms "categories" }}into {{ range $k, $v := . }}{{- if $k }}, {{ end }}{{ .Title }}{{ end }}{{ end }} + {{ with .GetTerms "authors" }} + by + {{ range $k, $v := . }} {{- if $k }}, {{ end }} + + + {{ end }} + {{ end }} + {{ with .GetTerms "categories" }}into {{ range $k, $v := . }}{{- if $k }}, {{ end }}{{ .Title }}{{ end }}{{ end }}

{{ partial "page/tags-list.html" . }} \ No newline at end of file