From 7665efca73708fe079e41c6fbd5d6cd42af25f7d Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 14 Apr 2026 19:27:57 -0400 Subject: feat: hide 'view more' button when there is no link --- templates/results.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/results.html b/templates/results.html index 2e34811..f97a096 100644 --- a/templates/results.html +++ b/templates/results.html @@ -116,10 +116,12 @@ {{info[0]}}

{{info[2]|safe}} -

- +

+ {{if info[3] != "#"}} +
{{l("read_more")}} + {{endif}}
@@ -129,4 +131,4 @@ - \ No newline at end of file + -- cgit v1.2.3