aboutsummaryrefslogtreecommitdiff
path: root/source/static/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/static/templates/base.html')
-rw-r--r--source/static/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/static/templates/base.html b/source/static/templates/base.html
index aa375470..29e81450 100644
--- a/source/static/templates/base.html
+++ b/source/static/templates/base.html
@@ -10,12 +10,12 @@
%else:
<title>${header_text} - pyAggr3g470r</title>
%endif
- <link rel="stylesheet" href="/css/style.css" />
+ <link rel="stylesheet" href="/static/css/style.css" />
<script src="https://apis.google.com/js/plusone.js"></script>
</head>
<body>
<div class="right innerlogo">
- <a href="/"><img src="/img/tuxrss.png" title="What's new today?"/></a>
+ <a href="/"><img src="/static/img/tuxrss.png" title="What's new today?"/></a>
</div>
<a href="/"><h1 id="top">pyAggr3g470r</h1></a>
${self.body()}
bgstack15