mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
uncapitalize searx in templates
This commit is contained in:
parent
104cdb7d03
commit
4bd44cd98f
11 changed files with 31 additions and 31 deletions
|
|
@ -8,7 +8,7 @@
|
|||
{% block title %}{{ q }} - {% endblock %}
|
||||
{% block meta %}{% endblock %}
|
||||
{% block content %}
|
||||
<div id="logo"><a href="./"><img src="{{ url_for('static', filename='img/searx-pixel-small.png') }}" alt="Searx Logo"/></a></div>
|
||||
<div id="logo"><a href="./"><img src="{{ url_for('static', filename='img/searx-pixel-small.png') }}" alt="searx Logo"/></a></div>
|
||||
<div class="preferences_container right"><a href="{{ url_for('preferences') }}" id="preferences"><span>preferences</span></a></div>
|
||||
<div class="small search center">
|
||||
{% include 'pix-art/search.html' %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue