Update display.html

This commit is contained in:
amalalexander5 2022-01-21 10:45:42 +05:30 committed by GitHub
parent 50b2e38980
commit a6d52f7dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
<head> <head>
<link rel="shortcut icon" href="static/img/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="static/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="static/img/favicon.ico" type="image/x-icon"> <link rel="icon" href="static/img/favicon.ico" type="image/x-icon">
<link rel="search" href="opensearch.xml" type="application/opensearchdescription+xml" title="Whoogle Search"> <link rel="search" href="opensearch.xml" type="application/opensearchdescription+xml" title="Gidion Search">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer"> <meta name="referrer" content="no-referrer">
<link rel="stylesheet" href="{{ cb_url('input.css') }}"> <link rel="stylesheet" href="{{ cb_url('input.css') }}">
@ -22,7 +22,7 @@
<link rel="stylesheet" href="{{ cb_url(('dark' if config.dark else 'light') + '-theme.css') }}"/> <link rel="stylesheet" href="{{ cb_url(('dark' if config.dark else 'light') + '-theme.css') }}"/>
{% endif %} {% endif %}
<style>{{ config.style }}</style> <style>{{ config.style }}</style>
<title>{{ clean_query(query) }} - Whoogle Search</title> <title>{{ clean_query(query) }} - Gidion Search</title>
</head> </head>
<body> <body>
{{ search_header|safe }} {{ search_header|safe }}
@ -36,7 +36,7 @@
</body> </body>
<footer> <footer>
<p class="footer"> <p class="footer">
Whoogle Search v{{ version_number }} || Gidion Search v{{ version_number }} ||
<a id="gh-link" href="https://github.com/benbusby/whoogle-search">{{ translation['github-link'] }}</a> <a id="gh-link" href="https://github.com/benbusby/whoogle-search">{{ translation['github-link'] }}</a>
</p> </p>
</footer> </footer>