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)