summaryrefslogtreecommitdiff
path: root/searx/templates/courgette/index.html
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-12-01 10:18:57 +0100
committerAlexandre Flament <alex@al-f.net>2020-12-17 11:33:28 +0100
commit9bc1856e2b23ef3572e5715895ee626f08ec24a7 (patch)
tree44421b8b123bc997b1d5d559278c05323bd0189a /searx/templates/courgette/index.html
parent88660fde90c2d618f2d317ff1cafdf71508982f6 (diff)
[mod] themes: remove legacy, courgette and pix-art themes
Diffstat (limited to 'searx/templates/courgette/index.html')
-rw-r--r--searx/templates/courgette/index.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/searx/templates/courgette/index.html b/searx/templates/courgette/index.html
deleted file mode 100644
index 0d34e1cf6..000000000
--- a/searx/templates/courgette/index.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends "courgette/base.html" %}
-{% block content %}
-{% include 'courgette/github_ribbon.html' %}
-<div class="center">
- <div class="title"><h1>searx</h1></div>
- {% include 'courgette/search.html' %}
- <p class="top_margin">
- {% if rtl %}
- <a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a>
- {% endif %}
- <a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a>
- {% if not rtl %}
- <a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a>
- {% endif %}
- </p>
-</div>
-{% endblock %} \ No newline at end of file