Update html/watch.ejs

This commit is contained in:
ashley 2025-08-18 03:25:15 +02:00
parent e138e33c4e
commit 6fbeea0c06

View File

@ -57,7 +57,7 @@
<meta name="darkreader-lock"> <!-- tells dark reader that the site has a dark theme and to turn itself off -->
<link href="/css/yt-ukraine.svg?v=7" rel=icon>
<link rel="manifest" href="/manifest.json">
<title><%= inv_vid.?title %> | <%= /^[A-Z]/.test(inv_vid.title) ? 'Watch' : 'watch' %></title>
<title><%= inv_vid?.title %> | <%= /^[A-Z]/.test(inv_vid.title) ? 'Watch' : 'watch' %></title>
<style>
.comments-area {
background: #f1f9ff;