mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-30 20:21:58 +00:00 
			
		
		
		
	Add static ogp metadata. (#569)
* Add static ogp metadata. * Add description too.
This commit is contained in:
		| @@ -12,6 +12,14 @@ | ||||
|             href="<%= BASE_URL %>opensearch.xml" | ||||
|         /> | ||||
|         <title><%= htmlWebpackPlugin.options.title %></title> | ||||
|         <meta property="og:title" content="Piped" /> | ||||
|         <meta property="og:type" content="website" /> | ||||
|         <meta property="og:image" content="<%= BASE_URL %>img/icons/favicon-32x32.png" /> | ||||
|         <meta property="og:url" content="<%= BASE_URL %>" /> | ||||
|         <meta | ||||
|             property="og:description" | ||||
|             content="An alternative privacy-friendly YouTube frontend which is efficient by design." | ||||
|         /> | ||||
|     </head> | ||||
|     <body> | ||||
|         <noscript> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kavin
					Kavin