aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/embed.html
diff options
context:
space:
mode:
authorkontrollanten <6680299+kontrollanten@users.noreply.github.com>2020-12-08 14:51:51 +0100
committerChocobozzz <chocobozzz@cpy.re>2020-12-14 15:25:51 +0100
commit2564d97e0d77340ede0031936082cc37d6f8fd79 (patch)
tree3bf53a1e78d3f591c9007f0a2f942c168859a5bd /client/src/standalone/videos/embed.html
parentea5cdc11ff76d6292351ffc5dbbd00e44bfd7cca (diff)
downloadPeerTube-2564d97e0d77340ede0031936082cc37d6f8fd79.tar.gz
PeerTube-2564d97e0d77340ede0031936082cc37d6f8fd79.tar.zst
PeerTube-2564d97e0d77340ede0031936082cc37d6f8fd79.zip
video-embed: inject custom CSS
closes #3420
Diffstat (limited to 'client/src/standalone/videos/embed.html')
-rw-r--r--client/src/standalone/videos/embed.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/standalone/videos/embed.html b/client/src/standalone/videos/embed.html
index 908aad940..17029ec41 100644
--- a/client/src/standalone/videos/embed.html
+++ b/client/src/standalone/videos/embed.html
@@ -8,6 +8,7 @@
8 <meta name="robots" content="noindex"> 8 <meta name="robots" content="noindex">
9 <meta property="og:platform" content="PeerTube" /> 9 <meta property="og:platform" content="PeerTube" />
10 10
11 <!-- custom css tag -->
11 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" /> 12 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
12 </head> 13 </head>
13 14