Skip to content

Commit

Permalink
add meta thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
williamngan committed Aug 25, 2017
1 parent bde4de6 commit 7460011
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file added assets/card_thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="Pts is a javascript library that enables you to compose and visualize points in spaces.">

<meta name="thumbnail" content="https://ptsjs.org/assets/thumbnail.png" />
<meta name="og:title" content="Pts.js">
<meta name="og:description" content="Pts is a javascript library that enables you to compose and visualize points.">
<meta name="og:image" content=" https://ptsjs.org/assets/card_thumbnail.png">
<meta name="og:url" content=" https://ptsjs.org">
<meta name="twitter:card" content="summary_large_image">

<link href="./assets/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="./dist/pts.js"></script>
</head>
Expand Down

0 comments on commit 7460011

Please sign in to comment.