Skip to content

Commit df58691

Browse files
committed
docs: added opengraph tag for sharing
1 parent e3030de commit df58691

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
<title>Scaffold a Koa webapp and API framework for Node.js - Lad</title>
1212
<link rel="stylesheet" href="https://unpkg.com/docute@3/dist/docute.css" type="text/css">
13+
14+
<meta property="og:title" content="The Best Webapp and API Framework for Node.js">
15+
<meta property="og:description" content="Lad is a full-stack Koa-backed framework for Node.js. Built by @niftylettuce.">
16+
<meta property="og:site_name" content="Lad">
17+
<meta property="og:type" content="website">
18+
<meta property="og:image" content="https://raw.githubusercontent.com/ladjs/lad/master/media/lad.png">
1319
</head>
1420

1521
<body>

0 commit comments

Comments
 (0)