summaryrefslogtreecommitdiff
path: root/searx/templates/pix-art/index.html
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-08-16 10:38:13 +0200
committerGitHub <noreply@github.com>2016-08-16 10:38:13 +0200
commitf693a54ad75d0a7f65a055451eba98bda048b9e4 (patch)
tree599e98e22133d330504a8800011cfdd4f9d50cc6 /searx/templates/pix-art/index.html
parent13bed1f8727683c74d04c52396fabbfab99df76f (diff)
parent4bd44cd98fb9191957f50c849b69860537f10b76 (diff)
Merge pull request #664 from kvch/uncapitalize-searx
uncapitalize searx in templates
Diffstat (limited to 'searx/templates/pix-art/index.html')
-rw-r--r--searx/templates/pix-art/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/pix-art/index.html b/searx/templates/pix-art/index.html
index d398cc829..a0c61f975 100644
--- a/searx/templates/pix-art/index.html
+++ b/searx/templates/pix-art/index.html
@@ -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>