##// END OF EJS Templates
gitweb: add a latest link to the gitweb style
gitweb: add a latest link to the gitweb style

File last commit:

r8428:5ccca717 default
r9882:b3b57ecb default
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>