forked from Ponysearch/Ponysearch
[fix] replace the png icons by ico's, minor chnage in the html
This commit is contained in:
parent
91057682b5
commit
dd1baa6d58
8 changed files with 1 additions and 1 deletions
BIN
searx/static/img/icon_github.ico
Normal file
BIN
searx/static/img/icon_github.ico
Normal file
Binary file not shown.
After (image error) Size: 6.4 KiB |
Before ![]() (image error) Size: 1.1 KiB After (image error) Size: 1.1 KiB ![]() |
BIN
searx/static/img/icon_stackoverflow.ico
Normal file
BIN
searx/static/img/icon_stackoverflow.ico
Normal file
Binary file not shown.
After (image error) Size: 1.1 KiB |
Before ![]() (image error) Size: 1.1 KiB After (image error) Size: 1.1 KiB ![]() |
Before ![]() (image error) Size: 6.4 KiB After (image error) Size: 6.4 KiB ![]() |
Before ![]() (image error) Size: 14 KiB After (image error) Size: 14 KiB ![]() |
Before ![]() (image error) Size: 1.1 KiB After (image error) Size: 1.1 KiB ![]() |
|
@ -141,7 +141,7 @@ def index():
|
|||
result['pretty_url'] = result['url']
|
||||
|
||||
for engine in result['engines']:
|
||||
if engine in ['wikipedia', 'youtube', 'vimeo', 'soundcloud', 'twitter', 'stackoverflow']:
|
||||
if engine in ['wikipedia', 'youtube', 'vimeo', 'soundcloud', 'twitter', 'stackoverflow', 'github']:
|
||||
result['favicon'] = engine
|
||||
if engine in ['wikipedia', 'ddg definitions']:
|
||||
featured_results.append(result)
|
||||
|
|
Loading…
Add table
Reference in a new issue