1
Fork 0

Update html/search.ejs

This commit is contained in:
ashley 2024-09-02 22:18:56 +00:00
parent 8d59e75054
commit b86af7ec97

View file

@ -19,7 +19,7 @@
<!DOCTYPE html>
<head>
<head>
<title>Searching <%=q%> - Poke</title>
<title>Searching <%=q%> | Poke</title>
<link rel="manifest" href="/manifest.json">
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
<link href=/css/app-cdn.min.css rel=stylesheet>
@ -27,7 +27,7 @@
<link href=/css/search.main.css?v=547 rel=stylesheet>
<link href=/css/watch.main.css rel=stylesheet>
<meta name="darkreader-lock"> <!-- tells dark reader that the site has a dark theme and to turn itself off -->
<meta content="Searching <%=q%> - Poke" property=og:title>
<meta content="Searching <%=q%> | Poke" property=og:title>
<% if (q == "do the harlem shake") { %>
<meta content="DO THE HARLEM SHAKE" property=twitter:description>
<% } %>