File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22< html lang ="en ">
33< head >
44 < meta charset ="utf-8 ">
5- < title > __SECTION__ Node.js __VERSION__ Manual & Documentation</ title >
5+ < title > __SECTION__ | Node.js __VERSION__ Manual & Documentation</ title >
66 < link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Lato:400,700,400italic ">
77 < link rel ="stylesheet " href ="assets/style.css ">
88 < 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) {
118118
119119 template = template . replace ( / _ _ I D _ _ / g, id ) ;
120120 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' ) ;
122122 template = template . replace ( / _ _ V E R S I O N _ _ / g, nodeVersion ) ;
123123 template = template . replace ( / _ _ T O C _ _ / g, toc ) ;
124124 template = template . replace (
You can’t perform that action at this time.
0 commit comments