From 999ae8ab42ef4ecc60afb4ef6761262b9d372396 Mon Sep 17 00:00:00 2001 From: Richard Dern Date: Sun, 5 Apr 2026 15:08:02 +0200 Subject: [PATCH] =?UTF-8?q?Supprimer=20l'=C3=A9tat=20inconnu=20du=20bloc?= =?UTF-8?q?=20Veille?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #14 --- themes/2026/layouts/home.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/2026/layouts/home.html b/themes/2026/layouts/home.html index e513e77a..51baf0ad 100644 --- a/themes/2026/layouts/home.html +++ b/themes/2026/layouts/home.html @@ -356,10 +356,15 @@ {{- end -}} {{- end -}}

+ {{- if or (ne $statusTone "unknown") (ne $statusChecked "") -}}

+ {{- if ne $statusTone "unknown" -}} {{ $statusLabel }} - {{- with $statusChecked -}}·{{- end -}} + {{- end -}} + {{- if and (ne $statusTone "unknown") (ne $statusChecked "") -}}·{{- end -}} + {{- with $statusChecked -}}{{- end -}}

+ {{- end -}}