From 1938f358568390a77aa5296dce1442c4f19b8ff2 Mon Sep 17 00:00:00 2001 From: ashley Date: Wed, 1 May 2024 16:11:56 +0000 Subject: [PATCH] fix silly issues --- html/search-web.ejs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/search-web.ejs b/html/search-web.ejs index 8df51f1d..5ab69a01 100644 --- a/html/search-web.ejs +++ b/html/search-web.ejs @@ -458,15 +458,15 @@ Web <% results.forEach(x => { %>
- <%= x.title %>
-

<%= x.link %>
+ <%= x.title %>
+

<%= x.url %>
<% if (!isMobile) { %> - <%= x.snippet %> + <%= x.description %> <% } %> <% if (isMobile) { %> - <%= x.snippet %> + <%= x.description %> <% } %>