aboutsummaryrefslogtreecommitdiff
path: root/source/static/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/static/templates/index.html')
-rw-r--r--source/static/templates/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/static/templates/index.html b/source/static/templates/index.html
index 0b2a23b8..88ca7a87 100644
--- a/source/static/templates/index.html
+++ b/source/static/templates/index.html
@@ -7,7 +7,6 @@ import utils
<form method=get action="/search/">
<input type="search" name="query" value="" placeholder="Search articles" maxlength=2048 autocomplete="on" />
</form>
- <hr />
<div class="nav_container"><div align="center"><i><a href="/subscriptions/">Subscriptions</a></i> (${nb_feeds})<br /></div>
<%
html = ""
bgstack15