diff --git a/html/search-web.ejs b/html/search-web.ejs index c352c341..622139dc 100644 --- a/html/search-web.ejs +++ b/html/search-web.ejs @@ -456,23 +456,21 @@ Web
- <% results.forEach(x => { %> -
- +<% results.forEach((x, index) => { %> +
<%= x.title %>
-

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

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

+
+<% }) %> - <%- x.description %> - <% } %> - <% if (isMobile) { %> - - <%- x.description %> - <% } %> -

-
- - <% }) %>