Update website

This commit is contained in:
Laurent Cozic
2019-05-13 23:41:31 +01:00
parent bc98b65efa
commit 52e5cec585
6 changed files with 40 additions and 39 deletions
+4
View File
@@ -353,6 +353,10 @@ function markdownToHtml(md) {
output = output.toLowerCase();
while (output.length && output[output.length - 1] === '-') {
output = output.substr(0, output.length - 1);
}
let temp = output;
let index = 1;
while (doneNames.indexOf(temp) >= 0) {