summaryrefslogtreecommitdiff
path: root/template/log.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/log.st')
-rwxr-xr-xtemplate/log.st5
1 files changed, 4 insertions, 1 deletions
diff --git a/template/log.st b/template/log.st
index 7281e11..65f149e 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/profile.css">
+ <link rel="stylesheet" type="text/css" href="/static/log.css">
<style>
</style>
@@ -20,6 +20,9 @@
<br>
<div id="posts">
+ <div id="lolbanner">
+ <img src="/static/welcomebanner.gif">
+ </div>
$if(dumps)$
$dumps: { d | $logged_dump(dump=d)$ }$
$else$