From 150de7e80c93fb40b3253cb8eb0835a4034e1f21 Mon Sep 17 00:00:00 2001 From: Ashley //// Date: Thu, 29 Feb 2024 20:27:50 +0000 Subject: [PATCH] fix stfuff :3 --- html/search-web.ejs | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) 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 %> - <% } %> -

-
- - <% }) %>