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
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "pix-art/base.html" %}
|
||||
{% block content %}
|
||||
<div class="center">
|
||||
<div class="title"><h1><img src="{{ url_for('static', filename='img/searx-pixel.png') }}" alt="Searx Logo"/></h1></div>
|
||||
<div class="title"><h1><img src="{{ url_for('static', filename='img/searx-pixel.png') }}" alt="searx Logo"/></h1></div>
|
||||
{% include 'pix-art/search.html' %}
|
||||
<p class="top_margin">
|
||||
<a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue