Skip to content

Commit 90a5a1b

Browse files
committed
docs: Add favicon
1 parent ec77949 commit 90a5a1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
<meta name="description" content="Documentation for a template project built on Docsify-JS">
1212
<meta name="keywords" content="doc,docs,documentation,docsify,github,jekyll,github-pages,template">
1313

14+
<link rel="icon" href="_media/docs_face.png">
15+
1416
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css">
1517
<style>
1618
/* Fix issue on mobile devices where a custom cover image goes off the screen. */
1719
section.cover.show {
1820
height: 100%;
1921
}
22+
2023
/* Override Docsify's block styling so that cover badge does not wrap. */
2124
section.cover h1 a {
2225
display: inline;

0 commit comments

Comments
 (0)