mirror of
https://github.com/searxng/searxng.git
synced 2025-08-30 23:19:11 +02:00
[web-client] simple theme: move SVGs to client/simple/src and deploy to static by plg_svg2svg
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
189dd0155d
commit
872e09d103
7 changed files with 23 additions and 5 deletions
|
@ -13,7 +13,7 @@ template. This file from:
|
|||
{%-
|
||||
set catalog = {
|
||||
@each((svg, name) in svg_catalog)
|
||||
"{{{name}}}" : """{{{svg}}}""",
|
||||
'{{{name}}}' : '{{{svg}}}',
|
||||
@end
|
||||
}
|
||||
-%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue