##// END OF EJS Templates
hgweb: improve shortlog formatting...
hgweb: improve shortlog formatting shorten author with |person don't shrink font (default font is presumed to be preferred reading size) set widths based on font ems rather than page percents.

File last commit:

r3423:a2179e78 default
r4703:bc63247c default
Show More
tagentry.tmpl
6 lines | 208 B | application/x-cheetah | CheetahLexer
Brendan Cully
Move RSS theme into subdirectory
r3235 <item>
<title>#tag|escape#</title>
Brendan Cully
Fix RSS URLs (closes issue396)
r3423 <link>{urlbase}{url}rev/{node|short}</link>
Brendan Cully
Move RSS theme into subdirectory
r3235 <description><![CDATA[#tag|strip|escape|addbreaks#]]></description>
<pubDate>#date|rfc822date#</pubDate>
</item>