Skip to content

Commit 21e3b66

Browse files
stagasry
authored andcommitted
Added favicon.ico
1 parent ffb3ee6 commit 21e3b66

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ website_files = \
7070
build/doc/sh_vim-dark.css \
7171
build/doc/logo.png \
7272
build/doc/sponsored.png \
73+
build/doc/favicon.ico \
7374
build/doc/pipe.css
7475

7576
doc: build/default/node $(apidoc_dirs) $(website_files) $(apiassets) $(apidocs)

doc/favicon.ico

1.37 KB
Binary file not shown.

doc/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
</style>
1010
<script type="text/javascript" src="sh_main.js"></script>
1111
<script type="text/javascript" src="sh_javascript.min.js"></script>
12+
<link type="image/x-icon" rel="icon" href="favicon.ico" />
13+
<link type="image/x-icon" rel="shortcut icon" href="favicon.ico" />
1214
<link type="text/css" rel="stylesheet" href="pipe.css" />
1315
<link type="text/css" rel="stylesheet" href="sh_vim-dark.css" />
1416
<link rel="alternate"

doc/template.html

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<html>
33
<head>
44
<title>{{section}}Node.js Manual &amp; Documentation</title>
5+
<link type="image/x-icon" rel="icon" href="/favicon.ico" />
6+
<link type="image/x-icon" rel="shortcut icon" href="/favicon.ico" />
57
<link rel="stylesheet" href="assets/style.css" type="text/css" media="all" />
68
<link rel="stylesheet" href="assets/sh.css" type="text/css" media="all"/>
79
</head>

doc/v0.4_announcement.html

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
margin: 0;
88
}
99
</style>
10+
<link type="image/x-icon" rel="icon" href="favicon.ico" />
11+
<link type="image/x-icon" rel="shortcut icon" href="favicon.ico" />
1012
<link type="text/css" rel="stylesheet" href="pipe.css" />
1113
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
1214
<title>node v0.4 announcement</title>

0 commit comments

Comments
 (0)