From 71f7f942eba589ad8896881ec04dd910a55961eb Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sat, 11 Jan 2014 16:00:12 +0100 Subject: [PATCH] [enh] github ribbon removed from landing page --- searx/templates/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/searx/templates/index.html b/searx/templates/index.html index bdb31e8..d9fa3b5 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% block content %} -{% include 'github_ribbon.html' %}

searx

{% include 'search.html' %}