##// END OF EJS Templates
monoblue: fix title for branches page
monoblue: fix title for branches page

File last commit:

r8428:5ccca717 default
r10137:daec0f64 stable
Show More
tagentry.tmpl
6 lines | 208 B | application/x-cheetah | CheetahLexer
Brendan Cully
Move RSS theme into subdirectory
r3235 <item>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <title>{tag|escape}</title>
Brendan Cully
Fix RSS URLs (closes issue396)
r3423 <link>{urlbase}{url}rev/{node|short}</link>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <description><![CDATA[{tag|strip|escape|addbreaks}]]></description>
<pubDate>{date|rfc822date}</pubDate>
Brendan Cully
Move RSS theme into subdirectory
r3235 </item>