Merge pull request #1558 from brunob/patch-1

simple theme : use instance_name for page title
This commit is contained in:
Alexandre Flament 2019-04-19 10:04:53 +02:00 committed by GitHub
commit a84caa22cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=1">
<meta name="HandheldFriendly" content="True">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<title>{% block title %}{% endblock %}searx</title>
<title>{% block title %}{% endblock %}{{ instance_name }}</title>
{% if rtl %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/searx-rtl.min.css') }}" type="text/css" media="screen" />
{% else %}