git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/wradmin@421
7aebc617-e5e2-0310-91dc-
80fb5f6d2477
<head py:attrs="select('@*')">
<title py:with="title = list(select('title/text()'))">Winterrodeln<py:if test="title"> - ${title}</py:if></title>
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
- <link rel="stylesheet" type="text/css" media="screen" href="${h.url_for('/style.css')}" />
<meta name="robots" content="noindex, nofollow" />
+ <link rel="stylesheet" type="text/css" media="screen" href="${h.url_for('/style.css')}" />
+ <link rel="shortcut icon" href="${h.url_for('/favicon.png')}" />
</head>
</py:match>