Skip to content

Commit 0fab4dc

Browse files
committed
Meta
1 parent 4366779 commit 0fab4dc

File tree

1 file changed

+30
-12
lines changed

1 file changed

+30
-12
lines changed

index.html

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,40 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
3+
4+
<head>
45
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
56
<meta name="viewport" content="width=device-width,initial-scale=1" />
67
<meta charset="UTF-8" />
7-
<link
8-
rel="stylesheet"
9-
href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css"
10-
/>
11-
</head>
12-
<body>
8+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css" />
9+
<!-- Primary Meta Tags -->
10+
<title>Github ebook</title>
11+
<meta name="title" content="Github ebook" />
12+
<meta name="description" content="A quick github ebook to get started." />
13+
14+
<!-- Open Graph / Facebook -->
15+
<meta property="og:type" content="website" />
16+
<meta property="og:url" content="https://metatags.io/" />
17+
<meta property="og:title" content="Github ebook" />
18+
<meta property="og:description" content="A quick github ebook to get started." />
19+
20+
<!-- Twitter -->
21+
<meta property="twitter:card" content="summary_large_image" />
22+
<meta property="twitter:url" content="https://metatags.io/" />
23+
<meta property="twitter:title" content="Github ebook" />
24+
<meta property="twitter:description" content="A quick github ebook to get started." />
25+
26+
<!-- Meta Tags Generated with https://metatags.io -->
27+
</head>
28+
29+
<body>
1330
<div id="app"></div>
1431
<script>
15-
window.$docsify = {
16-
basePath: '/chapters/',
17-
loadSidebar: true
18-
};
32+
window.$docsify = {
33+
basePath: '/chapters/',
34+
loadSidebar: true
35+
};
1936
</script>
2037
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
21-
</body>
38+
</body>
39+
2240
</html>

0 commit comments

Comments
 (0)