mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 16:29:17 +02:00
[fix] static path fixed in templates and webapp, line endings fixed
This commit is contained in:
parent
f4df27fa59
commit
ae99f9070c
5 changed files with 112 additions and 113 deletions
|
@ -792,7 +792,8 @@ def opensearch():
|
|||
@app.route('/favicon.ico')
|
||||
def favicon():
|
||||
return send_from_directory(os.path.join(app.root_path,
|
||||
'static/themes',
|
||||
static_path,
|
||||
'themes',
|
||||
get_current_theme_name(),
|
||||
'img'),
|
||||
'favicon.png',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue