mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 12:17:52 +01:00
update stuff :p
This commit is contained in:
parent
ccf3bd1b30
commit
61a33bde5b
1 changed files with 6 additions and 0 deletions
|
@ -801,12 +801,18 @@ width: fit-content;
|
||||||
|
|
||||||
<a class="tag" style="background:var(--chip-background-hover)">
|
<a class="tag" style="background:var(--chip-background-hover)">
|
||||||
Recently Uploaded
|
Recently Uploaded
|
||||||
|
</a>
|
||||||
|
<a href="/dQw4w9WgXcQ" style="dislpay:none;color:#fff;text-decoration:none;
|
||||||
|
" class="tag c">
|
||||||
|
Oldest Uploaded
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="/channel?id=<%=ID%>&sort_by=popular" style="color:#fff;text-decoration:none;
|
<a href="/channel?id=<%=ID%>&sort_by=popular" style="color:#fff;text-decoration:none;
|
||||||
" class="tag c">
|
" class="tag c">
|
||||||
Popular
|
Popular
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (sort) { %>
|
<% if (sort) { %>
|
||||||
|
|
Loading…
Reference in a new issue