Skip to content

Commit 8aba71b

Browse files
authored
add social media card meta data
1 parent 948a60b commit 8aba71b

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

index.html

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
<!DOCTYPE html>
22
<html>
3-
<head><meta charset="UTF-8"></head>
3+
<head>
4+
<meta charset="UTF-8">
5+
6+
<title> dat-ecosystem </title>
7+
<meta name="description" content="dat-ecosystem is a post-web p2p community of projects - Most projects are self funded. Some of the projects contribute maintainance and development to core pieces of the Dat ecosystem while others create high level applications built on top of p2p protocols.">
8+
<link rel="icon" type="image/png" href="src/node_modules/theme/assets/images/logo.png">
9+
10+
<!-- Open graph -->
11+
<meta property="og:title" content="dat-ecosystem - explore p2p projects">
12+
<meta property="og:description" content="dat-ecosystem is a post-web p2p community of projects - Most projects are self funded. Some of the projects contribute maintainance and development to core pieces of the Dat ecosystem while others create high level applications built on top of p2p protocols.">
13+
<meta property="og:type" content="article">
14+
<meta property="og:image" content="https://dat-ecosystem.org/src/node_modules/theme/assets/images/tree_character.png"/>
15+
<meta property="og:image:width" content="490" />
16+
<meta property="og:image:height" content="398" />
17+
<!-- Twitter -->
18+
<meta name="twitter:title" content="dat-ecosystem - explore p2p projects">
19+
<meta name="twitter:description" content="dat-ecosystem is a post-web p2p community of projects - Most projects are self funded. Some of the projects contribute maintainance and development to core pieces of the Dat ecosystem while others create high level applications built on top of p2p protocols.">
20+
<meta name="twitter:card" content="summary_large_image">
21+
<meta name="twitter:image" content="https://dat-ecosystem.org/src/node_modules/theme/assets/images/tree_character.png">
22+
<meta name="twitter:site" content="@dat_ecosystem">
23+
<meta name="twitter:creator" content="@dat_ecosystem">
24+
25+
</head>
426
<body><script src="bundle.js"></script></body>
5-
</html>
27+
</html>

0 commit comments

Comments
 (0)