mirror of https://github.com/iv-org/invidious.git
Add alternate link with rss feed to playlist page
This commit is contained in:
parent
7557ffcda1
commit
7380585f00
|
@ -1,5 +1,6 @@
|
|||
<% content_for "header" do %>
|
||||
<title><%= playlist.title %> - Invidious</title>
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed/playlist/<%= plid %>" />
|
||||
<% end %>
|
||||
|
||||
<div class="pure-g h-box">
|
||||
|
|
Loading…
Reference in New Issue