diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index a31ff07ee..f51a7931d 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -42,14 +42,14 @@ {%- from 'simple/icons.html' import icon_big -%} - {%- block linkto_about -%} - {{ icon_big('information-circle-outline') }}{{ _('About') }} - {%- endblock -%} - {%- block linkto_donate -%} - {%- if donation_url -%} - {{ icon_big('heart-outline') }}{{ _('Donate') }} - {%- endif -%} - {%- endblock -%} +# {%- block linkto_about -%} +# {{ icon_big('information-circle-outline') }}{{ _('About') }} +# {%- endblock -%} +# {%- block linkto_donate -%} +# {%- if donation_url -%} +# {{ icon_big('heart-outline') }}{{ _('Donate') }} +# {%- endif -%} +# {%- endblock -%} {%- block linkto_preferences -%} {{ icon_big('menu-outline') }}{{ _('Preferences') }} {%- endblock -%} @@ -59,23 +59,23 @@ {% block content %} {% endblock %} - +#