summaryrefslogtreecommitdiff
path: root/views/partials/header.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/header.ejs')
-rw-r--r--views/partials/header.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs
index c810114..664e236 100644
--- a/views/partials/header.ejs
+++ b/views/partials/header.ejs
@@ -10,7 +10,7 @@
<body class="loading">
<header>
- <h1><%= title %></h1>
+ <a href="/" class="headline"><h1><%= title %></h1></a>
<% include ../partials/searchform %>
</header>
<content> \ No newline at end of file