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.link %>
+ <%= x.title %>
+
<%= x.url %>
<% if (!isMobile) { %>
- <%= x.snippet %>
+ <%= x.description %>
<% } %>
<% if (isMobile) { %>
- <%= x.snippet %>
+ <%= x.description %>
<% } %>