summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-11-25 22:05:59 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-11-25 22:05:59 +0100
commit7e758acb08f19782c120498caabc3da3be0fa2a4 (patch)
treeeb0e56a52b26b9a2ec121f3055c205471945b6f3 /templates
parentaeb9c2027ecf75c29274e722fb8e90ddd0993b32 (diff)
downloadweb-7e758acb08f19782c120498caabc3da3be0fa2a4.tar.gz
web-7e758acb08f19782c120498caabc3da3be0fa2a4.tar.bz2
web-7e758acb08f19782c120498caabc3da3be0fa2a4.zip
Put 'static' into URLs
Diffstat (limited to 'templates')
-rw-r--r--templates/root.mako4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/root.mako b/templates/root.mako
index 97bd983..669cd21 100644
--- a/templates/root.mako
+++ b/templates/root.mako
@@ -10,7 +10,7 @@
<body>
<div id="wrapper">
<div id="logo">
- <img src=${"/images/portato.png" | w.url} />
+ <img src=${"/static/images/portato.png" | w.url} />
<h1><a href="./">Portato</a></h1>
<h2>»   A Portage GUI</h2>
</div>
@@ -43,7 +43,7 @@
</%def>
<%def name="style()">
- <link href=${"/css/style.css" | w.url} rel="stylesheet" type="text/css" />
+ <link href=${"/static/css/style.css" | w.url} rel="stylesheet" type="text/css" />
</%def>
<%def name="footer()">