diff options
| author | Martin Fischer <martin@push-f.com> | 2022-02-05 04:53:21 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2022-02-05 04:53:21 +0100 |
| commit | 91527fbd6b4c155d63447dd27fb9f423ff4bfff6 (patch) | |
| tree | b46fee4d3d9f5dd00ccbb5121c568901260844f5 /searx/templates/simple | |
| parent | 14338e2c3b796b9dfb74430751d75067018a70fd (diff) | |
[enh] avoid /about redirect in template links
Diffstat (limited to 'searx/templates/simple')
| -rw-r--r-- | searx/templates/simple/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index 33b7a2cbe..ffd648171 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -58,7 +58,7 @@ </main> <footer> <p> - {{ _('Powered by') }} <a href="{{ url_for('about') }}">searxng</a> - {{ searx_version }} — {{ _('a privacy-respecting, hackable metasearch engine') }}<br/> + {{ _('Powered by') }} <a href="{{ url_for('help_page', pagename='about') }}">searxng</a> - {{ searx_version }} — {{ _('a privacy-respecting, hackable metasearch engine') }}<br/> <a href="{{ searx_git_url }}">{{ _('Source code') }}</a> | <a href="{{ get_setting('brand.issue_url') }}">{{ _('Issue tracker') }}</a> | <a href="{{ url_for('stats') }}">{{ _('Engine stats') }}</a> | |