diff --git a/html/channel.ejs b/html/channel.ejs
index add11e35..9e15e5cb 100644
--- a/html/channel.ejs
+++ b/html/channel.ejs
@@ -20,10 +20,10 @@
<% if (ID === "UCFAiFyGs6oDiF1Nf-rRJpZA") { %>
Technoblade Never Dies! - PokeTube
<% } %>
- <%=j.Channel.Metadata.Name%> - PokeTube
+ <%=j.Channel?.Metadata.Name%> - PokeTube
-
+
<% if (dnoreplace) { %>
@@ -552,7 +552,7 @@ margin-right: -79px;
- <% if (cinv.authorVerified) { %>
+ <% if (cinv?.authorVerified) { %>