monoblue: don't try to show repo on hgwebdir index page
authorAnton Shestakov <av6@dwimlabs.net>
Mon, 06 Jul 2015 01:22:23 +0800
changeset 25746 0c3c0f123a1a
parent 25744 e78a80f8f51e
child 25747 5a15236f142a
monoblue: don't try to show repo on hgwebdir index page Index page shows a list of accessible repositories, it doesn't have a single-repo context.
mercurial/templates/monoblue/index.tmpl
--- a/mercurial/templates/monoblue/index.tmpl	Sun Sep 28 00:49:36 2014 -0700
+++ b/mercurial/templates/monoblue/index.tmpl	Mon Jul 06 01:22:23 2015 +0800
@@ -1,5 +1,5 @@
 {header}
-    <title>{repo|escape}: Mercurial repositories index</title>
+    <title>Mercurial repositories index</title>
 </head>
 
 <body>