diff options
Diffstat (limited to 'templates/root.mako')
-rw-r--r-- | templates/root.mako | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/root.mako b/templates/root.mako index 25fd2a4..6092242 100644 --- a/templates/root.mako +++ b/templates/root.mako @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> ${self.js()} - <!-- <link rel="shortcut icon" href=${"favicon.ico" | url} type="image/icon"> --> + <link rel="shortcut icon" href=${"/static/images/currency.png" | url} type="image/icon"> <title>${self.title()}</title> ${self.style()} </head> @@ -11,6 +11,7 @@ <body> <div id="wrapper"> <div id="logo"> + <img src=${"/static/images/currency.png" | url} /> <h1><a href=${"/" | url}>Kosten</a></h1> <h2>» vom Nec</h2> </div> |