diff options
| author | Martin Fischer <martin@push-f.com> | 2022-02-01 06:27:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-01 06:27:13 +0100 |
| commit | 8ae05f6ea57650b7377f430148e1fa6a6dc5a75c (patch) | |
| tree | f9b9745de89e64e7f239fb47c84962c3a9782b59 /searx/templates/simple/base.html | |
| parent | c82b9c68d282a2f674632ce0e0720da85c64a1c4 (diff) | |
| parent | e9315903127a254d59a50a5a9e8f7025bc01330a (diff) | |
Merge pull request #847 from not-my-profile/simple-preferences-link
[simple] preferences link
Diffstat (limited to 'searx/templates/simple/base.html')
| -rw-r--r-- | searx/templates/simple/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index 548710310..33b7a2cbe 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -47,6 +47,10 @@ </div> {% endif %} + {% block linkto_preferences %} + {% from 'simple/icons.html' import icon_big %} + <nav id="linkto_preferences"><a href="{{ url_for('preferences') }}" aria-label="{{ _('preferences') }}">{{ icon_big('menu-outline') }}</a></nav> + {% endblock %} {% block header %} {% endblock %} {% block content %} |