mirror of
				https://gitea.invidious.io/iv-org/invidious
				synced 2025-06-05 23:29:12 +02:00 
			
		
		
		
	Merge pull request #1730 from notpushkin/patch-1
Add link[rel="alternate"] pointing to YouTube version
This commit is contained in:
		@@ -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 %>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user