mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +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">
|
<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%>">
|
<img src="https://p.poketube.fun/<%=j.Channel?.Metadata.Avatars.Thumbnail.$t%>">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
@ -1514,7 +1514,7 @@ width: fit-content;
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
<br> Posted <%- x.publishedText %> - <span>
|
<br> Posted <%- x.publishedText %> <span>
|
||||||
</span>
|
</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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue