summaryrefslogtreecommitdiff
path: root/template/log.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/log.st')
-rwxr-xr-xtemplate/log.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/log.st b/template/log.st
index 45de47e..a30b28b 100755
--- a/template/log.st
+++ b/template/log.st
@@ -2,7 +2,7 @@
<head>
<title>dump.fm log</title>
$head()$
- <link rel="stylesheet" type="text/css" href="/static/log.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/log.css">
<script>
jQuery(document).ready(initLog);
</script>
@@ -16,7 +16,7 @@
<div id="posts">
<div id="lolbanner">
- <img src="/static/welcomebanner.gif">
+ <img src="/static/img/welcomebanner.gif">
</div>
$if(dumps)$
$dumps: { d | $log_dump(dump=d)$ }$