summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-05-07 15:11:05 +0200
committerAlexandre Flament <alex@al-f.net>2022-05-07 19:40:48 +0200
commit9b3efa6d8ab46a3db62f42624d7e9f4b55fdd0ef (patch)
tree554ff67c6b84531b2a6f99505cc954395d730024 /searx/templates
parent6db568bf69b7145451ff90e14da0e49fb5b6269b (diff)
downloadsearxng-9b3efa6d8ab46a3db62f42624d7e9f4b55fdd0ef.tar.gz
searxng-9b3efa6d8ab46a3db62f42624d7e9f4b55fdd0ef.zip
theme: remove __common__
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/simple/new_issue.html (renamed from searx/templates/__common__/new_issue.html)0
-rw-r--r--searx/templates/simple/opensearch.xml (renamed from searx/templates/__common__/opensearch.xml)0
-rw-r--r--searx/templates/simple/opensearch_response_rss.xml (renamed from searx/templates/__common__/opensearch_response_rss.xml)0
-rw-r--r--searx/templates/simple/search.html2
-rw-r--r--searx/templates/simple/searxng-wordmark.min.svg (renamed from searx/templates/__common__/searxng-wordmark.min.svg)0
-rw-r--r--searx/templates/simple/stats.html2
6 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/__common__/new_issue.html b/searx/templates/simple/new_issue.html
index 55dbefe60..55dbefe60 100644
--- a/searx/templates/__common__/new_issue.html
+++ b/searx/templates/simple/new_issue.html
diff --git a/searx/templates/__common__/opensearch.xml b/searx/templates/simple/opensearch.xml
index 230f327a5..230f327a5 100644
--- a/searx/templates/__common__/opensearch.xml
+++ b/searx/templates/simple/opensearch.xml
diff --git a/searx/templates/__common__/opensearch_response_rss.xml b/searx/templates/simple/opensearch_response_rss.xml
index 82d3f7c4e..82d3f7c4e 100644
--- a/searx/templates/__common__/opensearch_response_rss.xml
+++ b/searx/templates/simple/opensearch_response_rss.xml
diff --git a/searx/templates/simple/search.html b/searx/templates/simple/search.html
index 90a296aeb..c5f7de09c 100644
--- a/searx/templates/simple/search.html
+++ b/searx/templates/simple/search.html
@@ -2,7 +2,7 @@
<div id="search_header">
<a id="search_logo" href="{{ url_for('index') }}" tabindex="0" title="{{ _('Display the front page') }}">
<span hidden>SearXNG</span>
- {% include '__common__/searxng-wordmark.min.svg' without context %}
+ {% include 'simple/searxng-wordmark.min.svg' without context %}
</a>
<div id="search_view">
<div class="search_box">
diff --git a/searx/templates/__common__/searxng-wordmark.min.svg b/searx/templates/simple/searxng-wordmark.min.svg
index 45cc2c05b..45cc2c05b 100644
--- a/searx/templates/__common__/searxng-wordmark.min.svg
+++ b/searx/templates/simple/searxng-wordmark.min.svg
diff --git a/searx/templates/simple/stats.html b/searx/templates/simple/stats.html
index f45f5b260..9cc035cfd 100644
--- a/searx/templates/simple/stats.html
+++ b/searx/templates/simple/stats.html
@@ -1,5 +1,5 @@
{% from 'simple/icons.html' import icon_big %}
-{% from '__common__/new_issue.html' import new_issue with context %}
+{% from 'simple/new_issue.html' import new_issue with context %}
{% extends "simple/page_with_header.html" %}