forked from zaclys/searxng
		
	Merge pull request #1558 from brunob/patch-1
simple theme : use instance_name for page title
This commit is contained in:
		
						commit
						a84caa22cf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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 %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue