]> sipb.mit.edu Git - ikiwiki.git/commitdiff
aggregate: Improve display of post author.
authorJoey Hess <joey@kitenet.net>
Thu, 5 Sep 2013 14:04:38 +0000 (10:04 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 5 Sep 2013 14:04:38 +0000 (10:04 -0400)
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.

debian/changelog
templates/aggregatepost.tmpl

index cfcf8a3d9f30e0a80ce2441976dd8cf39182c350..97ddc4e65d482e4873627fbe6e570757ea7b0a7a 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (3.20130904.2) UNRELEASED; urgency=low
+
+  * aggregate: Improve display of post author.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 05 Sep 2013 10:01:10 -0400
+
 ikiwiki (3.20130904.1) unstable; urgency=low
 
   * Fix cookiejar default setting.
index a89ccfcdfdccfcbe5449eb59f518f145acc1c57e..5a0f6e7805b299feee7b4077a58cad0af557e02b 100644 (file)
@@ -12,7 +12,7 @@
 [[!meta copyright="<TMPL_VAR COPYRIGHT ESCAPE=HTML>"]]
 </TMPL_IF>
 <TMPL_IF AUTHOR>
-[[!meta author="<TMPL_VAR NAME ESCAPE=HTML>: <TMPL_VAR AUTHOR ESCAPE=HTML>"]]
+[[!meta author="<TMPL_VAR AUTHOR ESCAPE=HTML> (<TMPL_VAR NAME ESCAPE=HTML>)"]]
 <TMPL_ELSE>
 [[!meta author="<TMPL_VAR NAME ESCAPE=HTML>"]]
 </TMPL_IF>