Update html/channel.ejs
This commit is contained in:
parent
59b2369507
commit
f4071138f0
@ -48,6 +48,20 @@
|
||||
<meta property="facebook:title" content="<%=cinv.author%> - Poke">
|
||||
<meta property="facebook:description" content="<%- cinv?.description %>">
|
||||
<meta property="facebook:image" content="<%=cinv.authorThumbnails[5].url%>">
|
||||
|
||||
|
||||
<% if (embedchannelsubsfeed) { %>
|
||||
<style>
|
||||
|
||||
.channel-info-container {
|
||||
display: none;
|
||||
}
|
||||
nav {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
<% } %>
|
||||
|
||||
<style>
|
||||
* {
|
||||
color:#fff
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user