Skip to content

Commit

Permalink
add social media card meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
serapath authored Feb 8, 2024
1 parent 948a60b commit 8aba71b
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
<!DOCTYPE html>
<html>
<head><meta charset="UTF-8"></head>
<head>
<meta charset="UTF-8">

<title> dat-ecosystem </title>
<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.">
<link rel="icon" type="image/png" href="src/node_modules/theme/assets/images/logo.png">

<!-- Open graph -->
<meta property="og:title" content="dat-ecosystem - explore p2p projects">
<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.">
<meta property="og:type" content="article">
<meta property="og:image" content="https://dat-ecosystem.org/src/node_modules/theme/assets/images/tree_character.png"/>
<meta property="og:image:width" content="490" />
<meta property="og:image:height" content="398" />
<!-- Twitter -->
<meta name="twitter:title" content="dat-ecosystem - explore p2p projects">
<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.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://dat-ecosystem.org/src/node_modules/theme/assets/images/tree_character.png">
<meta name="twitter:site" content="@dat_ecosystem">
<meta name="twitter:creator" content="@dat_ecosystem">

</head>
<body><script src="bundle.js"></script></body>
</html>
</html>

0 comments on commit 8aba71b

Please sign in to comment.