diff options
author | buoyantair <buoyantair@protonmail.com> | 2019-01-31 21:02:40 +0530 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-01-31 16:36:25 +0100 |
commit | 9fb6cfc49b38d006d1d25e09efedf15f87c44310 (patch) | |
tree | 0ea79178265aa2ca1237a853c0898e1ee78d5a34 | |
parent | 96f7fff1b60a8dceca31cec913c5d078a8907928 (diff) | |
download | PeerTube-9fb6cfc49b38d006d1d25e09efedf15f87c44310.tar.gz PeerTube-9fb6cfc49b38d006d1d25e09efedf15f87c44310.tar.zst PeerTube-9fb6cfc49b38d006d1d25e09efedf15f87c44310.zip |
Add meta tag to embed.html
-rw-r--r-- | client/src/standalone/videos/embed.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/standalone/videos/embed.html b/client/src/standalone/videos/embed.html index f79cf68df..c3b6e08ca 100644 --- a/client/src/standalone/videos/embed.html +++ b/client/src/standalone/videos/embed.html | |||
@@ -6,6 +6,7 @@ | |||
6 | <meta charset="UTF-8"> | 6 | <meta charset="UTF-8"> |
7 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
8 | <meta name="robots" content="noindex"> | 8 | <meta name="robots" content="noindex"> |
9 | <meta property="og:platform" content="PeerTube" /> | ||
9 | 10 | ||
10 | <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" /> | 11 | <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" /> |
11 | </head> | 12 | </head> |