diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-12-01 10:18:57 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2020-12-17 11:33:28 +0100 |
| commit | 9bc1856e2b23ef3572e5715895ee626f08ec24a7 (patch) | |
| tree | 44421b8b123bc997b1d5d559278c05323bd0189a /searx/templates/courgette/index.html | |
| parent | 88660fde90c2d618f2d317ff1cafdf71508982f6 (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.html | 17 |
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 |