mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 12:37:50 +01:00
add thumns
This commit is contained in:
parent
16dabbd087
commit
0fd7ea8849
1 changed files with 1 additions and 0 deletions
|
@ -1014,6 +1014,7 @@ no results found :c u can try <a href="https://youtube.com/results?search_query=
|
|||
font-weight: 1000;" href="/watch?v=<%= x.videoId %>" class="title max-lines-2"><%= x.title %></a>
|
||||
<div style="display: flex; flex-direction: column; row-gap: 8px;font-weight:bold">
|
||||
<a href="/watch?v=<%= x.videoId %>"><span><%= x.viewCountText %></span> <span>•</span> <span><%= x.publishedText %></span></a>
|
||||
<img src="<%= x.authorThumbnails[1].url">
|
||||
<a href="/channel?id=<%= x.authorId %>"><%= x.author %><% if (x?.authorVerified) { %>
|
||||
<i class="icon ion ion-md-checkmark-circle" title="verified channel"></i><% } %></a>
|
||||
<div style="display: inline-flex;flex-direction: row;min-width: 6em;gap: 4px;">
|
||||
|
|
Loading…
Reference in a new issue