File tree 5 files changed +7
-0
lines changed
5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ website_files = \
70
70
build/doc/sh_vim-dark.css \
71
71
build/doc/logo.png \
72
72
build/doc/sponsored.png \
73
+ build/doc/favicon.ico \
73
74
build/doc/pipe.css
74
75
75
76
doc : build/default/node $(apidoc_dirs ) $(website_files ) $(apiassets ) $(apidocs )
Original file line number Diff line number Diff line change 9
9
</ style >
10
10
< script type ="text/javascript " src ="sh_main.js "> </ script >
11
11
< 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 " />
12
14
< link type ="text/css " rel ="stylesheet " href ="pipe.css " />
13
15
< link type ="text/css " rel ="stylesheet " href ="sh_vim-dark.css " />
14
16
< link rel ="alternate "
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > {{section}}Node.js Manual & 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 " />
5
7
< link rel ="stylesheet " href ="assets/style.css " type ="text/css " media ="all " />
6
8
< link rel ="stylesheet " href ="assets/sh.css " type ="text/css " media ="all "/>
7
9
</ head >
Original file line number Diff line number Diff line change 7
7
margin : 0 ;
8
8
}
9
9
</ style >
10
+ < link type ="image/x-icon " rel ="icon " href ="favicon.ico " />
11
+ < link type ="image/x-icon " rel ="shortcut icon " href ="favicon.ico " />
10
12
< link type ="text/css " rel ="stylesheet " href ="pipe.css " />
11
13
< meta http-equiv ="content-type " content ="text/html; charset=utf-8 " />
12
14
< title > node v0.4 announcement</ title >
You can’t perform that action at this time.
0 commit comments