diff options
| author | Martin Fischer <martin@push-f.com> | 2022-01-31 11:24:45 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2022-02-01 06:28:26 +0100 |
| commit | fb9eedbf40410a5558bfc03b4c50f7ff41b023b4 (patch) | |
| tree | 1b722cca8af208f9e267cd3b1e18fc26a89cc759 /searx/templates/simple/about.html | |
| parent | b93711b45da7e8d851be5a3d55ebf6fbe5423efd (diff) | |
[enh] introduce /help route
Translation will be implemented in the future.
For now the "en" in /help/en/<pagename> is hardcoded.
Diffstat (limited to 'searx/templates/simple/about.html')
| -rw-r--r-- | searx/templates/simple/about.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/searx/templates/simple/about.html b/searx/templates/simple/about.html deleted file mode 100644 index f6a0a96a9..000000000 --- a/searx/templates/simple/about.html +++ /dev/null @@ -1,5 +0,0 @@ -{% extends 'simple/page_with_header.html' %} -{% block content %} -{{ help.about | safe }} -{% include "__common__/aboutextend.html" ignore missing %} -{% endblock %} |