mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:18:29 +01:00
fix a silly issue :3
This commit is contained in:
parent
249a375aae
commit
c05485c1af
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
|
||||
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") { %>
|
||||
<title>Technoblade Never Dies! - PokeTube</title>
|
||||
<% } %>
|
||||
|
@ -498,7 +503,7 @@
|
|||
</p>
|
||||
|
||||
<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 => { %>
|
||||
<a href="/watch?v=<%- x.id %>" class="video">
|
||||
|
|
Loading…
Reference in a new issue