bashtube/templates/themes/default-v2/feed.html
4 raccoons in a trenchcoat. / luna vivian 3b6bc679f4 fixed typo
2023-04-20 02:02:43 +02:00

18 lines
695 B
HTML

<h1>Your Feed</h1>
You can unclutter your feed by going through your <a href="/subscribe.shs">list of subscribed channels</a>.<br><br>
<div style='display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));'>
{{start ?feed}}
{{start _feed}}
<div class='video-image-container'>
<a href='watch?v={{.id}}'>
<div class='video-image' style='background-image: url(http://i.ytimg.com/vi/{{.id}}/mqdefault.jpg)'></div>
<b>{{.title}}</b></a><br>
Uploaded <!--by {{.uploader}} -->on <b>{{.date}}</b>
</div>
{{end _feed}}
{{else ?feed}}
Eh. something went wrong. Check if you're logged in and if you <a href="/subscribe.shs">subscribe</a> to anyone :p
{{end ?feed}}
</div>