mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-21 21:17:26 +00:00
Add static ogp metadata. (#569)
* Add static ogp metadata. * Add description too.
This commit is contained in:
parent
9be9aada13
commit
e19fbca300
@ -12,6 +12,14 @@
|
|||||||
href="<%= BASE_URL %>opensearch.xml"
|
href="<%= BASE_URL %>opensearch.xml"
|
||||||
/>
|
/>
|
||||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||||
|
<meta property="og:title" content="Piped" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:image" content="<%= BASE_URL %>img/icons/favicon-32x32.png" />
|
||||||
|
<meta property="og:url" content="<%= BASE_URL %>" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="An alternative privacy-friendly YouTube frontend which is efficient by design."
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
Loading…
Reference in New Issue
Block a user