Skip to content
Snippets Groups Projects
Unverified Commit 72374d91 authored by Caleb Connolly's avatar Caleb Connolly
Browse files

add twitter embed meta tags

Add embeds to make matrix invite links more obvious on twitter.
parent 7d22a578
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,11 @@ ...@@ -6,6 +6,11 @@
<meta name="description" content="You're invited to talk on Matrix"> <meta name="description" content="You're invited to talk on Matrix">
<meta name="viewport" content="width=device-width, user-scalable=no"> <meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" type="text/css" href="css/main.css"> <link rel="stylesheet" type="text/css" href="css/main.css">
<meta property="twitter:card" content="summary"/>
<meta property="twitter:image" content="https://matrix.org/blog/img/matrix-logo.png"/>
<meta property="twitter:site" content="@matrixdotorg"/>
<meta property="twitter:title" content="Matrix - An open standard for decentralised secure communication"/>
<meta property="twitter:description" content="Matrix is an open source project that publishes the Matrix open standard for secure, decentralised, real-time communication, and its Apache licensed reference implementations."/>
</head> </head>
<body> <body>
<script id="main" type="module"> <script id="main" type="module">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment