From 103362876d299a1f290eb35e5160b4217e2c1cf0 Mon Sep 17 00:00:00 2001 From: Ashley //// Date: Fri, 29 Mar 2024 15:06:01 +0000 Subject: [PATCH] add google-it back :3 --- html/search-web.ejs | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) 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 %> + <% } %> +

+
+ + <% }) %>