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 @@ --> - Searching <%=q%> - PokeSearch - - - - - + + + + <% if (q == "do the harlem shake") { %> @@ -147,6 +145,7 @@ summary:hover{ word-break: break-all; white-space: normal; } + .hide { display: none; } @@ -456,21 +455,23 @@ Web
-<% results.forEach((x, index) => { %> -
- <%= x.title %>
-

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

-
-<% }) %> + <% results.forEach(x => { %> +
+ <%= x.title %>
+

<%= x.link %>
+ <% if (!isMobile) { %> + + <%= x.snippet %> + <% } %> + <% if (isMobile) { %> + + <%= x.snippet %> + <% } %> +

+
+ + <% }) %>