mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Add default metadata to watch page
This commit is contained in:
parent
9b8a884ff8
commit
4acc09f30d
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
<% content_for "header" do %>
|
||||
<meta name="thumbnail" content="<%= thumbnail %>">
|
||||
<meta name="description" content="<%= description %>">
|
||||
<meta name="keywords" content="<%= video.info["keywords"] %>">
|
||||
<meta property="og:site_name" content="Invidious">
|
||||
<meta property="og:url" content="https://invidio.us/watch?v=<%= video.id %>">
|
||||
<meta property="og:title" content="<%= video.title %>">
|
||||
|
|
Loading…
Reference in a new issue