summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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()">