##// END OF EJS Templates
help: add "web/logoimg" setting description
Angel Ezquerra -
r14938:ec18cd25 default
parent child Browse files
Show More
@@ -1256,6 +1256,12 b' The full set of options is:'
1256 1256 ``ipv6``
1257 1257 Whether to use IPv6. Default is False.
1258 1258
1259 ``logoimg``
1260 File name of the logo image that some templates display on each page.
1261 The file name is relative to ``staticurl``. That is, the full path to
1262 the logo image is "staticurl/logoimg".
1263 If unset, ``hglogo.png`` will be used.
1264
1259 1265 ``logourl``
1260 1266 Base URL to use for logos. If unset, ``http://mercurial.selenic.com/``
1261 1267 will be used.
General Comments 0
You need to be logged in to leave comments. Login now