##// END OF EJS Templates
templatefilters: add "nonempty" template filter...
templatefilters: add "nonempty" template filter It ensures that at least "(none)" is returned in case the argument passed is None or ''. This is primarily useful to render empty changelog messages for hgweb but may be useful for others, too.

File last commit:

r5928:3340aa5a default
r8234:27dbe534 default
Show More
header.tmpl
8 lines | 427 B | application/x-cheetah | CheetahLexer
Matt Mackall
hgweb: report detected character set...
r3781 <?xml version="1.0" encoding="{encoding}"?>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
Kevin Christen
Fixed XHTML validation errors
r5784 <link rel="icon" href="{staticurl}hgicon.png" type="image/png" />
Brendan Cully
Move gitweb theme into subdirectory
r3234 <meta name="robots" content="index, nofollow"/>
Alexis S. L. Carvalho
hgweb: allow static files to be served directly by the HTTP server
r4084 <link rel="stylesheet" href="{staticurl}style-gitweb.css" type="text/css" />
Brendan Cully
Move gitweb theme into subdirectory
r3234