diff options
Diffstat (limited to 'searx/templates/results.html')
| -rw-r--r-- | searx/templates/results.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/results.html b/searx/templates/results.html index 2f018881c..c20f2d862 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% block title %}{{ q }} - {% endblock %} {% block content %} +<div class="right"><a href="/preferences">preferences</a></div> <div class="small"> {% include 'search.html' %} </div> |