]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info
authorJoey Hess <joey@kitenet.net>
Mon, 28 Oct 2013 19:49:15 +0000 (15:49 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 28 Oct 2013 19:49:15 +0000 (15:49 -0400)
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>