mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:58:25 +01:00
add rss feed!'!
This commit is contained in:
parent
2a457d586a
commit
760cdf8c94
1 changed files with 2 additions and 1 deletions
|
@ -451,7 +451,8 @@ text-transform:uppercase;
|
|||
<img src="https://p.poketube.fun/<%=j.Channel.Metadata.Avatars.Thumbnail.$t%>" alt="Channel Avatar">
|
||||
</a>
|
||||
<div class="name">
|
||||
<p style="font-family:Ginto Nord,sans-serif;font-weight:900;white-space:yes;"><%=j.Channel.Metadata.Name%><br>
|
||||
<p style="font-family:Ginto Nord,sans-serif;font-weight:900;white-space:yes;"><%=j.Channel.Metadata.Name%> <a href="/feeds/videos.xml?channel_id=<%=ID%>"><i class="fa-light fa-rss"></i></a>
|
||||
<br>
|
||||
</p>
|
||||
<p class="subs"><%=subs%> subscribers</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue