diff --git a/html/search-web.ejs b/html/search-web.ejs index 8c974dd5..7bbede53 100644 --- a/html/search-web.ejs +++ b/html/search-web.ejs @@ -18,16 +18,14 @@ -->
-
- <%= x.url %>
- <% if (!isMobile) { %>
- <%- x.description %>
- <% } %>
- <% if (isMobile) { %>
- <%- x.description %>
- <% } %>
-
<%= x.link %>
+ <% if (!isMobile) { %>
+
+ <%= x.snippet %>
+ <% } %>
+ <% if (isMobile) { %>
+
+ <%= x.snippet %>
+ <% } %>
+