| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent abefdca commit b680eb9
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 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(/__ID__/g, id); | |
| 120 | 120 | template = template.replace(/__FILENAME__/g, filename); | |
| 121 | - template = template.replace(/__SECTION__/g, section); | ||
| 121 | + template = template.replace(/__SECTION__/g, section || 'Index'); | ||
| 122 | 122 | template = template.replace(/__VERSION__/g, nodeVersion); | |
| 123 | 123 | template = template.replace(/__TOC__/g, toc); | |
| 124 | 124 | template = template.replace( | |
| Back | FazBrowse Home | New Git URL |
0 commit comments