From 31005595c9681fbcc75d5d933c3cac1300a22e75 Mon Sep 17 00:00:00 2001 From: samsaptidev Date: Wed, 15 Jun 2022 22:06:52 +0200 Subject: Add privacypolicy_url option --- searx/templates/simple/base.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'searx/templates/simple/base.html') diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index d8eaaa02b..7e5f535d4 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -55,8 +55,13 @@ {{ _('Source code') }} | {{ _('Issue tracker') }} | {{ _('Engine stats') }} | - {{ _('Public instances') }}{% if get_setting('general.contact_url') %} | - {{ _('Contact instance maintainer') }}{% endif %} + {{ _('Public instances') }} + {% if get_setting('general.privacypolicy_url') %} + | {{ _('Privacy policy') }} + {% endif %} + {% if get_setting('general.contact_url') %} + | {{ _('Contact instance maintainer') }} + {% endif %}

-- cgit v1.2.3