Added title to index.htm

master
Felix Stupp 6 years ago
parent 3dcdaa9560
commit 395314cdd3

@ -16,9 +16,10 @@ module.exports = (app) => {
[ [
["index.htm", "linkList", { ["index.htm", "linkList", {
title: "Key Server of banananet.work",
links: [ links: [
{href: "/ssh", name: "All SSH Keys"}, {href: "/ssh", name: "All SSH Keys"},
] ],
}], }],
].forEach(e => renderAndSave(e[0], e[1], e[2])); ].forEach(e => renderAndSave(e[0], e[1], e[2]));
}; };
Loading…
Cancel
Save