From 8409b4fcfb51b186ab3084d77dfecd5e8ad97c7c Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Fri, 7 Mar 2025 14:16:37 +0100 Subject: [PATCH] Small bugfix --- views/routes/almanach/body.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/routes/almanach/body.gohtml b/views/routes/almanach/body.gohtml index 260976d..eadde03 100644 --- a/views/routes/almanach/body.gohtml +++ b/views/routes/almanach/body.gohtml @@ -139,7 +139,7 @@ {{- end -}} - {{- if and $model.result.HasScans (gt (len $model.result.Contents) 1) -}} + {{- if $model.result.HasScans -}}