summaryrefslogtreecommitdiff
path: root/views/partials/header.ejs
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-14 20:20:56 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-14 20:20:56 +0100
commit245ce015f565da0626c70340d6e1710056245c52 (patch)
tree124d8fb0921d29407264c367320fcd4bb00e9978 /views/partials/header.ejs
parent3a42fe7ad797a6f9cf747d2d358015ac992765a7 (diff)
css
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..f31594b 100644
--- a/views/partials/header.ejs
+++ b/views/partials/header.ejs
@@ -10,7 +10,7 @@
<body class="loading">
<header>
- <h1><%= title %></h1>
<% include ../partials/searchform %>
+ <h1><%= title %></h1>
</header>
<content> \ No newline at end of file