mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
Add link[rel="alternate"] pointing to YouTube version
This commit is contained in:
parent
f1d7644184
commit
e7ada61881
@ -22,6 +22,7 @@
|
||||
<meta name="twitter:player" content="<%= HOST_URL %>/embed/<%= video.id %>">
|
||||
<meta name="twitter:player:width" content="1280">
|
||||
<meta name="twitter:player:height" content="720">
|
||||
<link rel="alternate" href="https://www.youtube.com/watch?v=<%= video.id %>">
|
||||
<%= rendered "components/player_sources" %>
|
||||
<title><%= HTML.escape(video.title) %> - Invidious</title>
|
||||
<% end %>
|
||||
|
Loading…
Reference in New Issue
Block a user