File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > __SECTION__ Node.js __VERSION__ Manual & Documentation</ title >
5
+ < title > __SECTION__ | Node.js __VERSION__ Manual & Documentation</ title >
6
6
< link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Lato:400,700,400italic ">
7
7
< link rel ="stylesheet " href ="assets/style.css ">
8
8
< link rel ="stylesheet " href ="assets/sh.css ">
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ function render(opts, cb) {
118
118
119
119
template = template . replace ( / _ _ I D _ _ / g, id ) ;
120
120
template = template . replace ( / _ _ F I L E N A M E _ _ / g, filename ) ;
121
- template = template . replace ( / _ _ S E C T I O N _ _ / g, section ) ;
121
+ template = template . replace ( / _ _ S E C T I O N _ _ / g, section || 'Index' ) ;
122
122
template = template . replace ( / _ _ V E R S I O N _ _ / g, nodeVersion ) ;
123
123
template = template . replace ( / _ _ T O C _ _ / g, toc ) ;
124
124
template = template . replace (
You can’t perform that action at this time.
0 commit comments