From ed1f5d0a3ae0ce82c48211952b7432a00dbcc96e Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Tue, 28 Jan 2025 09:01:45 +0100 Subject: [PATCH] templates: Fix the link template This was originally an embedded string in Rust, which needed to escape the quotation mark. The escaping is no longer needed in raw HBS. Signed-off-by: Gergely Nagy --- templates/main.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/main.hbs b/templates/main.hbs index ae7a149..9deaf21 100644 --- a/templates/main.hbs +++ b/templates/main.hbs @@ -10,7 +10,7 @@ {{/each}}