diff options
| -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, }); |