##// END OF EJS Templates
Add option "hidden" to hgwebdir....
Add option "hidden" to hgwebdir. TODO: should this option be renamed to 'hide_from_index' or maybe to 'index_ignore' (like Apache's mod_autoindex) ?

File last commit:

r2148:c72e618c default
r4709:53eca35c default
Show More
footer.tmpl
8 lines | 124 B | application/x-cheetah | CheetahLexer
Colin McMillen
Add MOTD display to hgweb and hgwebdir....
r2148 #motd#
Matt Mackall
hgweb: add a mercurial link to the footer
r1417 <div class="logo">
powered by<br/>
<a href="http://www.selenic.com/mercurial/">mercurial</a>
</div>
mpm@selenic.com
Prettify the web interface...
r142 </body>
</html>