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.master
parent
00188c087d
commit
395ca7ae56
|
@ -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
|
ikiwiki (3.20130904.1) unstable; urgency=low
|
||||||
|
|
||||||
* Fix cookiejar default setting.
|
* Fix cookiejar default setting.
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
[[!meta copyright="<TMPL_VAR COPYRIGHT ESCAPE=HTML>"]]
|
[[!meta copyright="<TMPL_VAR COPYRIGHT ESCAPE=HTML>"]]
|
||||||
</TMPL_IF>
|
</TMPL_IF>
|
||||||
<TMPL_IF AUTHOR>
|
<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>
|
<TMPL_ELSE>
|
||||||
[[!meta author="<TMPL_VAR NAME ESCAPE=HTML>"]]
|
[[!meta author="<TMPL_VAR NAME ESCAPE=HTML>"]]
|
||||||
</TMPL_IF>
|
</TMPL_IF>
|
||||||
|
|
Loading…
Reference in New Issue