From 26bc7e0acf4bc76fc04c67b3b2b1021e2779bf0c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 31 Aug 2016 11:32:41 +0530 Subject: [PATCH] A favicon for the download server --- setup/hosting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/hosting.py b/setup/hosting.py index 13a8e23d01..92a19b6ff4 100644 --- a/setup/hosting.py +++ b/setup/hosting.py @@ -223,7 +223,7 @@ def generate_index(): # {{{ rmap[series] = [] rmap[series].append(rnum) - template = '''\n {title}

{title}

{msg}

{body} ''' # noqa + template = '''\n {title}

{title}

{msg}

{body} ''' # noqa style = ''' body { font-family: sans-serif; background-color: #eee; } a { text-decoration: none; }