Skip to content

Commit e033147

Browse files
committed
docs: Update head
1 parent ba3bf32 commit e033147

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/index.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<title>Docsify Template</title>
76
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
8-
<meta name="description" content="Description">
97
<meta name="viewport"
108
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
119

10+
<title>Docsify Template</title>
11+
<meta name="description" content="Documentation for a template project built on Docsify-JS">
12+
<meta name="keywords" content="doc,docs,documentation,docsify,github,jekyll,github-pages,template">
13+
1214
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css">
15+
<style>
16+
/* Fix issue on mobile devices where a custom cover image goes off the screen. */
17+
section.cover.show {
18+
height: 100%;
19+
}
20+
21+
</style>
1322
</head>
1423

1524
<body>

0 commit comments

Comments
 (0)