From 395ca7ae56fe177d1637e2a5491273dfe427585f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Sep 2013 10:04:38 -0400 Subject: aggregate: Improve display of post author. The recent move of the post author to the author field is good, but with it coming after the name of the feed, it is unlikely to be visible when viewed in eg mutt. Move it to before the feed name. --- templates/aggregatepost.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/aggregatepost.tmpl b/templates/aggregatepost.tmpl index a89ccfcdf..5a0f6e780 100644 --- a/templates/aggregatepost.tmpl +++ b/templates/aggregatepost.tmpl @@ -12,7 +12,7 @@ [[!meta copyright=""]] -[[!meta author=": "]] +[[!meta author=" ()"]] [[!meta author=""]] -- cgit v1.2.3