mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use YouTube as site name
This commit is contained in:
parent
56ce70dbd4
commit
687771f676
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ export class YoutubeHandler extends ContentHandler {
|
|||
<meta property="og:title" content="${escapedTitle}" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:article:author" content="${authorName}" />
|
||||
<meta property="og:site_name" content="${oembed.provider_name}" />
|
||||
<meta property="og:site_name" content="YouTube" />
|
||||
</head>
|
||||
<body>
|
||||
<iframe width="${width}" height="${height}" src="${src}" title="${escapedTitle}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
|
|
|||
Loading…
Reference in a new issue