Loading searx/templates/eelo/base.html +4 −5 Original line number Original line Diff line number Diff line Loading @@ -87,13 +87,12 @@ {% endblock %} {% endblock %} <p class="text-muted"> <p class="text-muted"> <small> <small> e Foundation 2019, e Foundation 2018-2019, {{ _('Powered by') }} <a href="https://gitlab.e.foundation/e/cloud/my-spot">searx</a> {{ _('Powered by') }} <a href="https://gitlab.e.foundation/e/cloud/my-spot">Spot</a> {{ searx_version }} {{ searx_version }}.<br/>An open-source metasearch engine forked from <a href="https://asciimoo.github.io/searx/">Searx</a>. <br/> <span class="links"> <span class="links"> <a href="https://e.foundation">{{ _('About') }}</a> <a href="https://e.foundation">{{ _('About') }}</a> <a href="{{ url_for('privacy') }}">{{ _('Privacy') }}</a> <a href="https://e.foundation/privacy-policy">{{ _('Privacy') }}</a> </span> </span> </small> </small> </p> </p> Loading Loading
searx/templates/eelo/base.html +4 −5 Original line number Original line Diff line number Diff line Loading @@ -87,13 +87,12 @@ {% endblock %} {% endblock %} <p class="text-muted"> <p class="text-muted"> <small> <small> e Foundation 2019, e Foundation 2018-2019, {{ _('Powered by') }} <a href="https://gitlab.e.foundation/e/cloud/my-spot">searx</a> {{ _('Powered by') }} <a href="https://gitlab.e.foundation/e/cloud/my-spot">Spot</a> {{ searx_version }} {{ searx_version }}.<br/>An open-source metasearch engine forked from <a href="https://asciimoo.github.io/searx/">Searx</a>. <br/> <span class="links"> <span class="links"> <a href="https://e.foundation">{{ _('About') }}</a> <a href="https://e.foundation">{{ _('About') }}</a> <a href="{{ url_for('privacy') }}">{{ _('Privacy') }}</a> <a href="https://e.foundation/privacy-policy">{{ _('Privacy') }}</a> </span> </span> </small> </small> </p> </p> Loading