mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] use instance_name for index page title
This commit is contained in:
parent
d7bb97b616
commit
467400cbaf
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{% from 'simple/icons.html' import icon_big %}
|
||||
{% block content %}
|
||||
<div class="index">
|
||||
<div class="title"><h1>SearXNG</h1></div>
|
||||
<div class="title"><h1>{{instance_name}}</h1></div>
|
||||
{% include 'simple/simple_search.html' %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue