diff options
| author | Fuwn <[email protected]> | 2020-11-06 18:34:22 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-06 18:34:22 -0800 |
| commit | 77fea82ca787e06b96130c051b289c019884d898 (patch) | |
| tree | 59f727d205e69d1477774eda38e5a7e2fdecca0a | |
| parent | spelling: "wan't" to "want" (diff) | |
| download | blog-77fea82ca787e06b96130c051b289c019884d898.tar.xz blog-77fea82ca787e06b96130c051b289c019884d898.zip | |
capitialization: index title
| -rw-r--r-- | save-index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/save-index.js b/save-index.js index b914eb6..3f304ff 100644 --- a/save-index.js +++ b/save-index.js @@ -19,7 +19,7 @@ function saveIndex(articles, outputFile, title, banner) { fs.readFile("templates/layout.ejs", (err, data) => { const indexHTML = ejs.render(data.toString(), { - title: title || "blog | fuwn", + title: title || "Blog | Fuwn", description: "fuwn, a naritive through my struggles", body: indexBodyHTML, }); |