mirror of
https://github.com/searxng/searxng.git
synced 2025-08-01 17:42:21 +02:00
oscar template: improve result icons
This commit is contained in:
parent
c25aab73b7
commit
517e57b996
29 changed files with 13 additions and 11 deletions
|
@ -69,8 +69,8 @@ app.secret_key = settings['server']['secret_key']
|
|||
babel = Babel(app)
|
||||
|
||||
#TODO configurable via settings.yml
|
||||
favicons = ['wikipedia', 'youtube', 'vimeo', 'soundcloud',
|
||||
'twitter', 'stackoverflow', 'github']
|
||||
favicons = ['wikipedia', 'youtube', 'vimeo', 'dailymotion', 'soundcloud',
|
||||
'twitter', 'stackoverflow', 'github', 'deviantart']
|
||||
|
||||
cookie_max_age = 60 * 60 * 24 * 365 * 23 # 23 years
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue