Skip to content

Commit ec82c1f

Browse files
authored
Merge pull request #1730 from notpushkin/patch-1
Add link[rel="alternate"] pointing to YouTube version
2 parents 9919520 + e7ada61 commit ec82c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/invidious/views/watch.ecr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<meta name="twitter:player" content="<%= HOST_URL %>/embed/<%= video.id %>">
2323
<meta name="twitter:player:width" content="1280">
2424
<meta name="twitter:player:height" content="720">
25+
<link rel="alternate" href="https://www.youtube.com/watch?v=<%= video.id %>">
2526
<%= rendered "components/player_sources" %>
2627
<title><%= HTML.escape(video.title) %> - Invidious</title>
2728
<% end %>

0 commit comments

Comments
 (0)