aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/base.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/base.tpl b/views/base.tpl
index e372d6c..86f33dd 100644
--- a/views/base.tpl
+++ b/views/base.tpl
@@ -6,7 +6,7 @@
<link rel="icon" type="image/ico" href="/static/favicon.ico" />
</head>
<body>
-<img id="banner" alt="Pasteme" src="/static/banner.png"><br />
+<a href="/"><img id="banner" alt="Pasteme" src="/static/banner.png"></a><br />
{{!base}}
</body>
</html>