mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] proper src/href url handling
This commit is contained in:
parent
e86947d79c
commit
a4f89a7981
7 changed files with 18 additions and 18 deletions
|
|
@ -4,8 +4,8 @@
|
|||
<div class="title"><h1>searx</h1></div>
|
||||
{% include 'search.html' %}
|
||||
<p class="top_margin">
|
||||
<a href="/about" class="hmarg">{{ _('about') }}</a>
|
||||
<a href="/preferences" class="hmarg">{{ _('preferences') }}</a>
|
||||
<a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a>
|
||||
<a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a>
|
||||
</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue