mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:28:35 +01:00
add switch instance to mobile :3
This commit is contained in:
parent
76339e9924
commit
3171afa18f
1 changed files with 8 additions and 7 deletions
|
@ -43,7 +43,7 @@
|
|||
<meta content="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" name=twitter:url>
|
||||
<meta content="<%=inv_vid.title%> | PokeTube" name=twitter:title>
|
||||
<meta content="Watch this video from <%=k.Video.Channel.Name%> On Poke!
|
||||
👍 <%=convert(engagement.likes)%> | 👎 <%=convert(engagement.dislikes)%> | 📈 <%=convert(engagement.viewCount)%> Views" property=twitter:description>
|
||||
👍 <%=convert(engagement.likes)%> | 👎 <%=convert(engagement.dislikes)%> | 📈 <%=convert(engagement.viewCount)%> Views 🗓️ <%= date %>" property=twitter:description>
|
||||
<meta content="https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg" property=og:image>
|
||||
<meta content=summary_large_image name=twitter:card>
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
|
@ -2220,7 +2220,6 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
|||
|
||||
<div style="margin-left: -7.5px;" title="<%=engagement.dislikes.toLocaleString()%> Dislikes">
|
||||
<div class="pill-button">
|
||||
|
||||
<i class="fa-light fa-thumbs-down"></i> <%=convert(engagement.dislikes)%>
|
||||
</div> </div>
|
||||
|
||||
|
@ -2279,12 +2278,14 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
|||
Share
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a class="new-button" style="color:#fff" href="https://redirect.poketube.fun/watch?v=<%=inv_vid.videoId%>">
|
||||
<div class="pill-button">
|
||||
|
||||
<a class="new-button" style="color:#fff" href="#more-button-container">
|
||||
<div class="pill-button">
|
||||
|
||||
<i style="color:#fff" class="fa-thin fa-circle-plus"></i> More..
|
||||
</div>
|
||||
<i class="fa-light fa-rocket"></i>
|
||||
Switch Instance
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Reference in a new issue