From 105c5a6a9839c65a81b32cdf82278c5cc629ae4a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 15 Jan 2022 09:34:08 +0100 Subject: [help] stop rendering documentation with Jinja2 To facilitate translation of the user documentation we move the templating logic outside of the user documentation. --- searx/help/about.md | 9 --------- 1 file changed, 9 deletions(-) (limited to 'searx/help') 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 %} -- cgit v1.2.3