mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:38:25 +01:00
Update 'html/poketube.ejs'
This commit is contained in:
parent
34ffe0151c
commit
f12af1a26e
1 changed files with 13 additions and 7 deletions
|
@ -252,18 +252,24 @@ border-radius: 5px;
|
|||
<% } %>
|
||||
|
||||
</div>
|
||||
<% if (video.Channel.Name.endsWith(' - Topic')) { %>
|
||||
<p style="text-align:center;">
|
||||
pogger you can now listen to this song on <a href="/music?v=<%=video.id%>"> poketube music!</a> owo :3
|
||||
</p>
|
||||
<% }%>
|
||||
|
||||
</div><br>
|
||||
<div style="font-family:Inter">
|
||||
<p style="text-align:center;">
|
||||
if the video is not loading, try the sd quailty. if its buffering, refresh the page or wait for it to download it qwq
|
||||
</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<div class="video-info">
|
||||
<div class="video-title" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;"><%=video.Title%></div>
|
||||
<p class="video-sub-info description">
|
||||
<span><%=engagement.viewCount.toLocaleString()%> Total views - Uploaded on <%=date%> ^^</span>
|
||||
<br> <br>
|
||||
<% if (video.Channel.Name.endsWith(' - Topic')) { %>
|
||||
<b style="font-family:Inter">Listen to this song on <a href="/music?v=<%=video.id%>"> poketube music!</a> owo :3 </b> <br> <br>
|
||||
|
||||
<% }%>
|
||||
|
||||
<%-String(video.Description).replace(/\n/g, " <br> ")%></center>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue