summaryrefslogtreecommitdiff
path: root/client/simple/tools
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2025-02-05 13:28:19 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-02-28 12:27:41 +0100
commit872e09d1033112c78497a2719025a1e590af4ee9 (patch)
tree189d7fa298f164c3eb5e5e600356746f3791bab4 /client/simple/tools
parent189dd0155df60c98b5d7de73b873c8ad444ff931 (diff)
[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>
Diffstat (limited to 'client/simple/tools')
-rw-r--r--client/simple/tools/jinja_svg_catalog.html.edge2
1 files changed, 1 insertions, 1 deletions
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
}
-%}