diff --git a/html/landing.ejs b/html/landing.ejs index 3313897d..9f65379e 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -162,7 +162,7 @@ const features = [ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3); %> - +
<% randomFeatures.forEach(feature => { %>
@@ -171,7 +171,7 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);

<%- feature.description %>

<% }) %> - +
<%- include('./partials/card', icon_background='transparent',