diff --git a/template/templates/common/item_meta.html b/template/templates/common/item_meta.html index a78a8378..6957eaa3 100644 --- a/template/templates/common/item_meta.html +++ b/template/templates/common/item_meta.html @@ -4,6 +4,11 @@
  • {{ truncate .entry.Feed.Title 35 }}
  • + {{ if .entry.Author }} +
  • + {{ truncate .entry.Author 35 }} +
  • + {{ end }}