summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/navbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/oscar/navbar.html')
-rw-r--r--searx/templates/oscar/navbar.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/searx/templates/oscar/navbar.html b/searx/templates/oscar/navbar.html
new file mode 100644
index 0000000..12bf14f
--- /dev/null
+++ b/searx/templates/oscar/navbar.html
@@ -0,0 +1,9 @@
+<div class="searx-navbar">
+ <span class="instance {% if rtl %}pull-right{% else %}pull-left{% endif%}">
+ <a href="{{ url_for('index') }}">{{ instance_name }}</a>
+ </span>
+ <span class="{% if rtl %}pull-left{% else %}pull-right{% endif %}">
+ <a href="{{ url_for('about') }}">{{ _('about') }}</a>
+ <a href="{{ url_for('preferences') }}">{{ _('preferences') }}</a>
+ </span>
+</div>