We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3030de commit df58691Copy full SHA for df58691
index.html
@@ -10,6 +10,12 @@
10
11
<title>Scaffold a Koa webapp and API framework for Node.js - Lad</title>
12
<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">
19
</head>
20
21
<body>
0 commit comments