From a43e10e49d97fe3a369b3d1841cb10e951078ff9 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 6 Jul 2019 23:37:01 +0200 Subject: [PATCH] fixed the links being broken lol --- scripts/projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/projects.js b/scripts/projects.js index 03171d6..53880ef 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -53,7 +53,7 @@ for (project of projects) { let links = project["links"]; if (links) { for (let name in links) { - p += '' + name + ''; + p += '' + name + ''; } }