comparison mercurial/templates/monoblue/help.tmpl @ 25686:def530e77b0b

hgweb: fix help pages title in gitweb and monoblue Help pages in gitweb and monoblue were setting a completely inappropriate title: "Branches". Let's have a proper title (copy-pasted from paper style).
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 30 Jun 2015 23:31:19 +0800
parents 32f76eccbced
children 0dda3692ec9b
comparison
equal deleted inserted replaced
25685:51658e676cc3 25686:def530e77b0b
1 {header} 1 {header}
2 <title>{repo|escape}: Branches</title> 2 <title>Help: {topic}</title>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/> 3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/> 4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
5 </head> 5 </head>
6 6
7 <body> 7 <body>