Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a84caa22 authored by Alexandre Flament's avatar Alexandre Flament Committed by GitHub
Browse files

Merge pull request #1558 from brunob/patch-1

simple theme : use instance_name for page title
parents 629b36d4 9012ad49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 %}