summaryrefslogtreecommitdiff
path: root/views/partials/header.ejs
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-10 04:42:16 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-10 04:42:16 +0100
commita932b664db987f2cf9ceefe9bb56e43793470d5e (patch)
treebd0722849164218e418cc032d5a8a50d6b106709 /views/partials/header.ejs
parent9978bb56fc2c56ad52930bde9bcaa561158a158a (diff)
style search. LOTTA styling
Diffstat (limited to 'views/partials/header.ejs')
-rw-r--r--views/partials/header.ejs23
1 files changed, 1 insertions, 22 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs
index f5b21dc..87b4dd8 100644
--- a/views/partials/header.ejs
+++ b/views/partials/header.ejs
@@ -8,25 +8,4 @@
<body>
<h1><%= title %></h1>
-<span class="metadata"></span>
-<hr>
-
-<% if (show_header) { %>
- <div id="menu">
- <span class="lastlog">
- <script class="template" type="text/html">
- <a href="/profile/{{username}}">{{username}}</a>
- [{{age}}]
- </script>
- </span>
- <span class="links">
- <a href="/index">home</a> |
- <a href="/search">search</a> |
- <a href="/post">post</a> |
- <a href="/mail">inbox</a> |
- <a href="/message">message</a> |
- <a href="/profile">profile</a> |
- <a href="/logout">logout</a>
- </span>
- </div>
-<% } %> \ No newline at end of file
+<div class="subtitle"></div>