##// END OF EJS Templates
[hgweb] Prevent search engine bots from indexing the entire repository
[hgweb] Prevent search engine bots from indexing the entire repository

File last commit:

r1549:fbe4bbd8 default
r1628:88ad18c1 default
Show More
tags.tmpl
17 lines | 245 B | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape#: tags</title>
</head>
<body>
<div class="buttons">
<a href="?cl=tip">changelog</a>
<a href="?mf=#manifest|short#;path=/">manifest</a>
</div>
<h2>tags:</h2>
<ul id="tagEntries">
#entries%tagentry#
</ul>
#footer#