mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 00:09:18 +02:00
[enh] move favicons into own directory
This commit is contained in:
parent
011c43b485
commit
a0293d6196
27 changed files with 7 additions and 7 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue