summaryrefslogtreecommitdiff
path: root/templates/root.mako
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/root.mako4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/root.mako b/templates/root.mako
index bfadb2a..627d14a 100644
--- a/templates/root.mako
+++ b/templates/root.mako
@@ -10,7 +10,7 @@
<body>
<div id="wrapper">
<div id="logo">
- <h1><a href=${"" | url}>Kosten</a></h1>
+ <h1><a href=${"/" | url}>Kosten</a></h1>
<h2>»   vom Nec</h2>
</div>
@@ -42,7 +42,7 @@
</%def>
<%def name="style()">
- <link href=${"static/css/style.css" | url} rel="stylesheet" type="text/css" />
+ <link href=${"/static/css/style.css" | url} rel="stylesheet" type="text/css" />
</%def>
<%def name="footer()">