diff --git a/index.js b/index.js index 48915e1..f381834 100644 --- a/index.js +++ b/index.js @@ -324,7 +324,7 @@ async function pageUpdate() { var socialsHTML = fs.readFileSync(path.join(__dirname, 'static/socials/index.html')).toString() addedHTML += "


Socials

" - addedHTML += socialsHTML.substring(socialsHTML.indexOf("") + 5, socialsHTML.indexOf("")) + addedHTML += socialsHTML.substring(socialsHTML.indexOf("") + 5, socialsHTML.lastIndexOf("")) html = html.replace("{SOCIALS}", addedHTML) diff --git a/static/extras/index.html b/static/extras/index.html index 57f325a..39ed502 100644 --- a/static/extras/index.html +++ b/static/extras/index.html @@ -15,15 +15,13 @@ Extras - Violet's Purgatory - - - Home -


Extras

+

Extras

Just some fun things that really don't have use on the main page but exist anyway!

Dynamic Discord Status (Javascript, W.I.P)

Pronouns (here bc it's hard to find on main page)

+ Home \ No newline at end of file diff --git a/static/faq/index.html b/static/faq/index.html index 88dd29d..e9f4004 100644 --- a/static/faq/index.html +++ b/static/faq/index.html @@ -17,8 +17,7 @@ - Home -


FAQ

+

FAQ

Some questions that, nobody has ever actually asked, but I'm gonna act like they have because its fun!


How?

@@ -43,5 +42,6 @@


Why do you (hate/never use) Javascript?

Because its more fun :D Inevitably, I would put something more informative here, like "for the sake of compatibility" which, don't get me wrong, a huge part of it is so that people who disable javascript can use my site, but also, if you've seen my CSS it should be clear I don't try to be the most backwards compatible.

+ Home \ No newline at end of file diff --git a/static/projects/index.html b/static/projects/index.html index f3aac61..2169c6f 100644 --- a/static/projects/index.html +++ b/static/projects/index.html @@ -81,6 +81,7 @@

There are, of course, a few more projects (E.G. Discord Embedder) but I feel they're too early in development for me to want to put them here.

+ Home diff --git a/static/pronouns/index.html b/static/pronouns/index.html index e3df6be..0e14b70 100644 --- a/static/pronouns/index.html +++ b/static/pronouns/index.html @@ -16,11 +16,7 @@ - - - - Home

Pronouns

@@ -64,6 +60,7 @@

If there's any more confusion, or a section you'd want me to add, please put an issue on codeberg :D

+ Home \ No newline at end of file diff --git a/static/socials/index.html b/static/socials/index.html index 14af341..c2a8832 100644 --- a/static/socials/index.html +++ b/static/socials/index.html @@ -17,8 +17,7 @@ - Home -


Socials

+

Socials

Here's where you can find me most... if you wanted to do that for some reason?

@@ -52,7 +51,7 @@

Game sites:

Steam: Violet

-
+ Home \ No newline at end of file