From 395314cdd342c08c049a762c663391f64b55de42 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 6 Oct 2018 21:20:56 +0200 Subject: [PATCH] Added title to index.htm --- prepare.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prepare.js b/prepare.js index 9c0f4ef..bfed69c 100644 --- a/prepare.js +++ b/prepare.js @@ -16,9 +16,10 @@ module.exports = (app) => { [ ["index.htm", "linkList", { + title: "Key Server of banananet.work", links: [ {href: "/ssh", name: "All SSH Keys"}, - ] + ], }], ].forEach(e => renderAndSave(e[0], e[1], e[2])); }; \ No newline at end of file