This commit is contained in:
Bingus_Violet 2023-11-19 10:52:01 -06:00
parent 486203559c
commit effbcc34da
2 changed files with 2 additions and 3 deletions

View file

@ -183,7 +183,6 @@ function pageUpdate() {
var socialsHTML = fs.readFileSync(path.join(__dirname, 'static/socials/index.html')).toString()
addedHTML += socialsHTML.substring(socialsHTML.indexOf("<h1>"), socialsHTML.indexOf("</body>"))
console.log(addedHTML)
html = html.replace("{SOCIALS}", addedHTML)