##// END OF EJS Templates
hgweb: move HTTP content types out of header templates...
hgweb: move HTTP content types out of header templates This removes the ability for templates to add custom HTTP headers, which can easily be re-added if someone needs it. Thanks to asak for repeatedly reviewing this patch and helping to iron out the quirks.

File last commit:

r5269:46c5e1ee default
r5928:3340aa5a default
Show More
footer.tmpl
9 lines | 212 B | application/x-cheetah | CheetahLexer
<div class="page_footer">
<div class="page_footer_text">#repo|escape#</div>
<a class="rss_logo" href="#url#rss-log">RSS</a>
<a class="rss_logo" href="#url#atom-log">Atom</a>
<br />
#motd#
</div>
</body>
</html>