mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:18:23 +01:00
add <% if (title.Description) { %>
beacuse you know,some videos dont have descs for some reason
This commit is contained in:
parent
ac5bd5633a
commit
b6afba6a10
1 changed files with 3 additions and 0 deletions
|
@ -88,8 +88,11 @@
|
|||
<hr>
|
||||
<h3 style="color:#fff;font-family:Inter,sans-serif;font-weight:700;white-space:yes;">Video Description</h3>
|
||||
<center>
|
||||
<% if (title.Description) { %>
|
||||
<p>
|
||||
<%-title.Description.replace(/\n/g, " <br> ")%></center>
|
||||
<% } %>
|
||||
|
||||
<% if (lyrics) { %>
|
||||
<hr><br>
|
||||
<h1 style="font-family: 'Inter', sans-serif;font-weight: bold;white-space:yes;font-size:45;"> Music Lyrics
|
||||
|
|
Loading…
Reference in a new issue