aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-11-06 18:34:22 -0800
committerGitHub <[email protected]>2020-11-06 18:34:22 -0800
commit77fea82ca787e06b96130c051b289c019884d898 (patch)
tree59f727d205e69d1477774eda38e5a7e2fdecca0a
parentspelling: "wan't" to "want" (diff)
downloadblog-77fea82ca787e06b96130c051b289c019884d898.tar.xz
blog-77fea82ca787e06b96130c051b289c019884d898.zip
capitialization: index title
-rw-r--r--save-index.js2
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,
});