From 8a3d4e1a707df3c1c5b1510e9dde611dfc872b5b Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 29 Aug 2024 21:15:13 +0200 Subject: [PATCH] Replace rinja custom syntax with default syntax Since all angular code was removed, there is no conflict anymore before angular and jinja2 syntaxes so we can just use plain jinja2 syntax. --- rinja.toml | 6 ------ util/gh-pages/index_template.html | 24 ++++++++++++------------ 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/rinja.toml b/rinja.toml index 5fa682788bd..4f0a8afd2b5 100644 --- a/rinja.toml +++ b/rinja.toml @@ -1,8 +1,2 @@ [general] dirs = ["util/gh-pages/"] -default_syntax = "mixed" - -[[syntax]] -name = "mixed" -expr_start = "{(" -expr_end = ")}" diff --git a/util/gh-pages/index_template.html b/util/gh-pages/index_template.html index f052e95cdaf..1e8d9947857 100644 --- a/util/gh-pages/index_template.html +++ b/util/gh-pages/index_template.html @@ -143,21 +143,21 @@ Otherwise, have a great day =^.^= {% for lint in lints %} -