diff --git a/html/poketube.ejs b/html/poketube.ejs index 84568420..53e97a6d 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -112,8 +112,9 @@ <% if ( video.Subtitles.Subtitle) { %> <% if (Array.isArray( video.Subtitles.Subtitle)) { %> <% video.Subtitles.Subtitle.forEach(x => { %> - + + <% }) %> <% } %> <% } %> @@ -135,13 +136,18 @@
<%=video.Title%>
-

- <%=engagement.viewCount.toLocaleString()%> Total Views - Uploaded at <%=date%> ^^ -

- <%-String(video.Description).replace(/\n/g, "
")%> - -

-
+

+ <%=engagement.viewCount.toLocaleString()%> Total Views - Uploaded at <%=date%> ^^ +

+

+
+
Description
+ +
+ + <%-String(video.Description).replace(/\n/g, "
")%> +
+
<%=engagement.likes.toLocaleString()%> @@ -188,7 +194,6 @@
-
<%=video.Channel.Name%> @@ -232,7 +237,7 @@

-PokeTube Player v09.09.22c - Node <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> ) +PokeTube Player v17.09.22a - Node <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )

@@ -241,8 +246,7 @@ PokeTube Player v09.09.22c - Node <%=process.version%> - V8 v<%=process.versions