diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-11 16:00:12 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-11 16:00:12 +0100 |
commit | 71f7f942eba589ad8896881ec04dd910a55961eb (patch) | |
tree | d879fec2c86b202882d1a36091f64cc989fd6d5a /searx | |
parent | e14a2c8ad506409b240980f25de9faea00f619e3 (diff) | |
download | searxng-71f7f942eba589ad8896881ec04dd910a55961eb.tar.gz searxng-71f7f942eba589ad8896881ec04dd910a55961eb.zip |
[enh] github ribbon removed from landing page
Diffstat (limited to 'searx')
-rw-r--r-- | searx/templates/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/templates/index.html b/searx/templates/index.html index bdb31e844..d9fa3b502 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% block content %} -{% include 'github_ribbon.html' %} <div class="center"> <div class="title"><h1>searx</h1></div> {% include 'search.html' %} |