Changed the title to env variable and removed url and domain tags.
This commit is contained in:
@@ -15,19 +15,16 @@
|
|||||||
|
|
||||||
<!-- Open graph meta tags -->
|
<!-- Open graph meta tags -->
|
||||||
|
|
||||||
<meta property="og:title" content="Element Call" />
|
<meta property="og:title" content="<%- title %>" />
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
content="You're invited to join a call on Element Call"
|
content="You're invited to join a call on Element Call"
|
||||||
/>
|
/>
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://call.element.io" />
|
|
||||||
<meta property="og:image" content="favicon.png" />
|
<meta property="og:image" content="favicon.png" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta property="twitter:domain" content="call.element.io" />
|
<meta name="twitter:title" content="<%- title %>" />
|
||||||
<meta property="twitter:url" content="https://call.element.io" />
|
|
||||||
<meta name="twitter:title" content="Element Call" />
|
|
||||||
<meta
|
<meta
|
||||||
name="twitter:description"
|
name="twitter:description"
|
||||||
content="You're invited to join a call on Element Call"
|
content="You're invited to join a call on Element Call"
|
||||||
|
|||||||
Reference in New Issue
Block a user