diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-11-11 10:55:07 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-11-16 20:29:26 +0100 |
commit | 830bcd0f82c16b8b5f1259150a6d541a210693eb (patch) | |
tree | 0c53767ad759cb6891be7fdc3a79631e176fc68a /client/src | |
parent | ad4013d5c3b0e67c453f10962a5b1e3c9b563b74 (diff) | |
download | PeerTube-830bcd0f82c16b8b5f1259150a6d541a210693eb.tar.gz PeerTube-830bcd0f82c16b8b5f1259150a6d541a210693eb.tar.zst PeerTube-830bcd0f82c16b8b5f1259150a6d541a210693eb.zip |
Prerender opengraph tags in the server
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/index.html b/client/src/index.html index 7ae8fc54f..aa7a6035d 100644 --- a/client/src/index.html +++ b/client/src/index.html | |||
@@ -6,6 +6,10 @@ | |||
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 | 8 | ||
9 | <!-- The following comment is used by the server to prerender OpenGraph tags --> | ||
10 | <!-- opengraph tags --> | ||
11 | <!-- Do not remove it! --> | ||
12 | |||
9 | <link rel="icon" type="image/png" href="/client/assets/favicon.png" /> | 13 | <link rel="icon" type="image/png" href="/client/assets/favicon.png" /> |
10 | 14 | ||
11 | <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged --> | 15 | <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged --> |