diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-03-13 22:15:27 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2022-03-13 22:22:02 +0100 |
| commit | 1157462ff9fc08504297e259356ccbefb339965f (patch) | |
| tree | b87c6f75cc657e1929fe32afa2b8fbc9f905c65d /searx/templates/simple/base.html | |
| parent | 59100e852573cbc01b602b1637b0d4a02a863a9d (diff) | |
Various change on PR 930
Diffstat (limited to 'searx/templates/simple/base.html')
| -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 135a95669..a82c26a61 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('info', pagename='about', locale=current_locale) }}">searxng</a> - {{ searx_version }} — {{ _('a privacy-respecting, hackable metasearch engine') }}<br/> + {{ _('Powered by') }} <a href="{{ url_for('info', 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> | |