mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
nop
This commit is contained in:
parent
7b61bb3b4e
commit
6a73db8ab3
1 changed files with 1 additions and 2 deletions
|
@ -45,8 +45,7 @@
|
||||||
<meta content="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" name=twitter:url>
|
<meta content="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" name=twitter:url>
|
||||||
<meta content="<%=inv_vid.title%> | Poke" name=twitter:title>
|
<meta content="<%=inv_vid.title%> | Poke" name=twitter:title>
|
||||||
<meta content="Watch this video from <%=k.Video.Channel.Name%> On Poke!
|
<meta content="Watch this video from <%=k.Video.Channel.Name%> On Poke!
|
||||||
👍 <%=convert(engagement.likes)%> | 👎 <%=convert(engagement.dislikes)%> | 📈 <%=convert(engagement.viewCount)%> Views 🗓️ <%= date %> 💬 <% if (!isNaN(inv.commentCount)) { %>
|
👍 <%=convert(engagement.likes)%> | 👎 <%=convert(engagement.dislikes)%> | 📈 <%=convert(engagement.viewCount)%> Views 🗓️ <%= date %> 💬<% if (!isNaN(inv.commentCount)) { %><%= inv.commentCount.toLocaleString() %>
|
||||||
<%= inv.commentCount.toLocaleString() %>
|
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
0
|
0
|
||||||
<% } %>" property=twitter:description>
|
<% } %>" property=twitter:description>
|
||||||
|
|
Loading…
Reference in a new issue