From 724c1f79ccc507fc5dbb427d9653a7e6d0b3229e Mon Sep 17 00:00:00 2001 From: Per Stark Date: Sat, 17 May 2025 00:19:58 +0200 Subject: [PATCH] fix: correct link from search results --- html-router/templates/search/response.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html-router/templates/search/response.html b/html-router/templates/search/response.html index 0a3bc92..9b56164 100644 --- a/html-router/templates/search/response.html +++ b/html-router/templates/search/response.html @@ -19,7 +19,8 @@

- + {% set title_text = result.highlighted_url_title | default(result.url_info.title if result.url_info else none, true) | default(result.highlighted_file_name, true)