Update html/channel.ejs
This commit is contained in:
parent
0e2cd99703
commit
e2a06a88ff
@ -48,8 +48,7 @@
|
||||
<meta property="facebook:title" content="<%=cinv.author%> - Poke">
|
||||
<meta property="facebook:description" content="<%- cinv?.description %>">
|
||||
<meta property="facebook:image" content="<%=cinv.authorThumbnails[5].url%>">
|
||||
<!-- <%= createdAccountGetDate.published %> -->
|
||||
<style>
|
||||
<style>
|
||||
* {
|
||||
color:#fff
|
||||
}
|
||||
@ -1859,6 +1858,7 @@ function authorVerifiedChecker4000() {
|
||||
<div class="video-title" style=";font-stretch: extra-expanded;margin-top: 10px;margin-bottom: -10px;padding: 10px;border-top-left-radius: 11px;border-top-right-radius: 11px;font-family: "poketube flex" , sans-serif;font-weight: 1000;text-align: left;">Tags</div>
|
||||
<div class="tags-channel" style="padding: 10px;background: #272727;margin-top: 10px;border-radius: 11px;">
|
||||
<br>
|
||||
<p> Created Account on <%= createdAccountGetDate.published %> </p>
|
||||
<% cinv.tags.forEach(x => { %>
|
||||
<div class="tag-channel">
|
||||
<a href="/hashtag/<%=x %>" style="color:var(--text-color)">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user