summaryrefslogtreecommitdiff
path: root/searx/help
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-01-15 09:34:08 +0100
committerMartin Fischer <martin@push-f.com>2022-01-23 08:01:55 +0100
commit105c5a6a9839c65a81b32cdf82278c5cc629ae4a (patch)
tree19a98367914435850612798dadbee48f5a289886 /searx/help
parent284ac8bfd8a3d1f762c98a0195b98a45cdd089d3 (diff)
[help] stop rendering documentation with Jinja2
To facilitate translation of the user documentation we move the templating logic outside of the user documentation.
Diffstat (limited to 'searx/help')
-rw-r--r--searx/help/about.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/searx/help/about.md b/searx/help/about.md
index 00822e89c..521022414 100644
--- a/searx/help/about.md
+++ b/searx/help/about.md
@@ -64,17 +64,8 @@ decentralized the Internet is, the more freedom we have!
See the [SearXNG docs][brand.docs_url] and [SearXNG sources][brand.git_url]
-[url_for:index]: {{ url_for('index') }}
-[url_for:preferences]: {{ url_for('preferences') }}
-[url_for:stats]: {{ url_for('stats') }}
-[brand.git_url]: {{ searx_git_url }}
-[brand.public_instances]: {{ get_setting('brand.public_instances') }}
-[brand.docs_url]: {{ get_setting('brand.docs_url') }}
-
[searx]: https://github.com/searx/searx
[metasearch engine]: https://en.wikipedia.org/wiki/Metasearch_engine
[weblate]: https://weblate.bubu1.eu/projects/searxng/
[seeks project]: https://beniz.github.io/seeks/
[OpenSearch]: https://github.com/dewitt/opensearch/blob/master/opensearch-1-1-draft-6.md
-
-{% include "__common__/aboutextend.html" ignore missing %}