From 872e09d1033112c78497a2719025a1e590af4ee9 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 5 Feb 2025 13:28:19 +0100 Subject: [web-client] simple theme: move SVGs to client/simple/src and deploy to static by plg_svg2svg Signed-off-by: Markus Heiser --- client/simple/tools/jinja_svg_catalog.html.edge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/simple/tools') diff --git a/client/simple/tools/jinja_svg_catalog.html.edge b/client/simple/tools/jinja_svg_catalog.html.edge index ffec58cd5..420f07624 100644 --- a/client/simple/tools/jinja_svg_catalog.html.edge +++ b/client/simple/tools/jinja_svg_catalog.html.edge @@ -13,7 +13,7 @@ template. This file from: {%- set catalog = { @each((svg, name) in svg_catalog) - "{{{name}}}" : """{{{svg}}}""", + '{{{name}}}' : '{{{svg}}}', @end } -%} -- cgit v1.2.3