Merge pull request #1409 from Bnyro/rss

feed icon at channel page
This commit is contained in:
Bnyro 2022-09-08 23:25:01 +02:00 committed by GitHub
commit 93203e60ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -22,6 +22,19 @@
}"
></button>
<!-- RSS Feed button -->
<a
aria-label="RSS feed"
title="RSS feed"
role="button"
v-if="channel.id"
:href="`https://www.youtube.com/feeds/videos.xml?channel_id=${channel.id}`"
target="_blank"
class="btn flex-col ml-3"
>
<font-awesome-icon icon="rss" />
</a>
<hr />
<div class="video-grid">