diff --git a/pageUpdater.js b/pageUpdater.js index bdbe723..bfc7cd8 100644 --- a/pageUpdater.js +++ b/pageUpdater.js @@ -56,7 +56,10 @@ function converter(html) { for (let index = 0; index < highTable.length; index++) { var term = highTable[index]; var replacement = `${term}` + + bodyHTML = bodyHTML.replaceAll(`{${term}}`, "TEMPORARY_REPLACE") bodyHTML = bodyHTML.replaceAll(term, replacement) + bodyHTML = bodyHTML.replaceAll("TEMPORARY_REPLACE", `{${term}}`) } html = html.substring(0, html.indexOf("")) + bodyHTML + html.substring(html.indexOf("") + 7) diff --git a/static/socials/index.html b/static/socials/index.html index 6d26f00..10383b4 100644 --- a/static/socials/index.html +++ b/static/socials/index.html @@ -57,15 +57,15 @@

Coding

- Codeberg + Codeberg Docker - Github + Github

Games

- Steam + Steam