mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
Update html/channel.ejs
This commit is contained in:
parent
70254d8965
commit
b17f7f9548
1 changed files with 3 additions and 4 deletions
|
@ -1501,7 +1501,7 @@ width: fit-content;
|
|||
|
||||
|
||||
<h5 style="display: flex;margin-top: -1em;padding-top: 10px;margin-bottom:10px"><div class="thumb">
|
||||
<a href="/channel?id=UC0n83khlA76NRfDfm7BNtkQ" class="avatar" style="width: 40px;height: 40px;">
|
||||
<a href="/channel?id=<%- x.authorId %>" class="avatar" style="width: 40px;height: 40px;">
|
||||
<img src="https://p.poketube.fun/<%=j.Channel?.Metadata.Avatars.Thumbnail.$t%>">
|
||||
</a>
|
||||
|
||||
|
@ -1514,7 +1514,7 @@ width: fit-content;
|
|||
</a>
|
||||
|
||||
<span>
|
||||
<br> Posted <%- x.publishedText %> - <span>
|
||||
<br> Posted <%- x.publishedText %> <span>
|
||||
</span>
|
||||
|
||||
</span>
|
||||
|
@ -1562,8 +1562,7 @@ width: fit-content;
|
|||
|
||||
<% } %>
|
||||
|
||||
<i class="fa-light fa-thumbs-up"></i> <%- convert(x.likeCount) %>
|
||||
|
||||
<p> <i class="fa-light fa-thumbs-up"></i> <%- convert(x.likeCount) %> - <i class="fa-light fa-reply"></i> <%- convert(x.replyCount) %> </p>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue