From 92223a73c4f057b5b48abc4b8e280eac8d5c5244 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 14 Apr 2023 12:51:49 +0200 Subject: [PATCH] fix quotes in release mode --- templates/contrib.html | 6 +++--- templates/header.html | 6 +++--- templates/portfolio.html | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/contrib.html b/templates/contrib.html index 9dfd583..63a1ee0 100644 --- a/templates/contrib.html +++ b/templates/contrib.html @@ -14,20 +14,20 @@

{{name}}

{{#pulls_merged}} - #{{id}} + #{{id}} {{/pulls_merged}}

{{/projects}}

En attente

{{#waiting}} {{#pulls_open}} - {{name}}#{{id}} + {{name}}#{{id}} {{/pulls_open}} {{/waiting}}

Non mergées

{{#closed}} {{#pulls_closed}} - {{name}}#{{id}} + {{name}}#{{id}} {{/pulls_closed}} {{/closed}}

diff --git a/templates/header.html b/templates/header.html index aeb7dab..006ce9b 100644 --- a/templates/header.html +++ b/templates/header.html @@ -5,7 +5,7 @@ - + - - + + diff --git a/templates/portfolio.html b/templates/portfolio.html index 279a636..f98bec2 100644 --- a/templates/portfolio.html +++ b/templates/portfolio.html @@ -9,7 +9,7 @@
{{#bots_app}} {{#metadata}} {{#info}}

- {{title}} + {{title}}

{{/info}} {{/metadata}}
{{&content }}
@@ -24,7 +24,7 @@
{{#persos_app}} {{#metadata}} {{#info}}

- {{title}} + {{title}}

{{/info}} {{/metadata}}
{{&content }}