Browse Source

Make logo a link again

tags/v1.0^2
Benjamin Attal 10 years ago
parent
commit
29da14d7a6
1 changed files with 7 additions and 5 deletions
  1. +7
    -5
      templates/index.html

+ 7
- 5
templates/index.html View File

@@ -20,11 +20,13 @@

= block body
<div id="search-field">
<div id="title">
<span id="title-bit">bit</span
><span id="title-angle">&laquo;</span
><span id="title-shift">shift</span>
</div>
<a id="title" href="/">
<div id="title">
<span id="title-bit">bit</span
><span id="title-angle">&laquo;</span
><span id="title-shift">shift</span>
</div>
</a>

<form id="search-bar">
<input type="text" name="query"


Loading…
Cancel
Save