mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:18:26 +01:00
fix a silly issue :3
This commit is contained in:
parent
e3cb7256ee
commit
8f49fec0cb
1 changed files with 7 additions and 2 deletions
|
@ -16,7 +16,12 @@
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see https://www.gnu.org/licenses/.
|
along with this program. If not, see https://www.gnu.org/licenses/.
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE html><html style="background: var(--channel-info-background);"><head>
|
<!DOCTYPE html>
|
||||||
|
<html style="background: var(--channel-info-background);">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
|
||||||
|
|
||||||
<% if (ID === "UCFAiFyGs6oDiF1Nf-rRJpZA") { %>
|
<% if (ID === "UCFAiFyGs6oDiF1Nf-rRJpZA") { %>
|
||||||
<title>Technoblade Never Dies! - PokeTube</title>
|
<title>Technoblade Never Dies! - PokeTube</title>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
@ -498,7 +503,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="video-grid" style="background:#111" >
|
<div class="video-grid" style="background:#111" >
|
||||||
<% if ( tj.Channel.Contents.ItemSection[2]) { %>
|
<% if ( tj.Channel.Contents.ItemSection[2].Shelf.Items.Video) { %>
|
||||||
|
|
||||||
<% tj.Channel.Contents.ItemSection[2].Shelf.Items.Video.forEach(x => { %>
|
<% tj.Channel.Contents.ItemSection[2].Shelf.Items.Video.forEach(x => { %>
|
||||||
<a href="/watch?v=<%- x.id %>" class="video">
|
<a href="/watch?v=<%- x.id %>" class="video">
|
||||||
|
|
Loading…
Reference in a new issue