mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:34:41 -05:00
Update html/search.ejs
This commit is contained in:
parent
8d59e75054
commit
b86af7ec97
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<head>
|
<head>
|
||||||
<head>
|
<head>
|
||||||
<title>Searching <%=q%> - Poke</title>
|
<title>Searching <%=q%> | Poke</title>
|
||||||
<link rel="manifest" href="/manifest.json">
|
<link rel="manifest" href="/manifest.json">
|
||||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||||
<link href=/css/app-cdn.min.css rel=stylesheet>
|
<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/search.main.css?v=547 rel=stylesheet>
|
||||||
<link href=/css/watch.main.css 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 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") { %>
|
<% if (q == "do the harlem shake") { %>
|
||||||
<meta content="DO THE HARLEM SHAKE" property=twitter:description>
|
<meta content="DO THE HARLEM SHAKE" property=twitter:description>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
Loading…
Reference in a new issue