mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 04:00:02 +00:00
[enh] move favicons into own directory
This commit is contained in:
@@ -68,7 +68,7 @@ babel = Babel(app)
|
||||
global_favicons = []
|
||||
for indice, theme in enumerate(themes):
|
||||
global_favicons.append([])
|
||||
theme_img_path = searx_dir+"/static/"+theme+"/img/"
|
||||
theme_img_path = searx_dir+"/static/"+theme+"/img/icons/"
|
||||
for (dirpath, dirnames, filenames) in os.walk(theme_img_path):
|
||||
global_favicons[indice].extend(filenames)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user