diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
index 4bb344d..c1af9e6 100644
--- a/.vs/VSWorkspaceState.json
+++ b/.vs/VSWorkspaceState.json
@@ -2,8 +2,8 @@
"ExpandedNodes": [
"",
"\\assets",
- "\\assets\\js",
"\\assets\\sound",
+ "\\_about",
"\\_credits",
"\\_includes",
"\\_layouts",
@@ -11,6 +11,6 @@
"\\_sass",
"\\_sass\\minima"
],
- "SelectedNode": "\\_posts\\2023-07-15-heeyy.md",
+ "SelectedNode": "\\_about\\1oolm.md",
"PreviewInSolutionExplorer": false
}
\ No newline at end of file
diff --git a/.vs/alphazero-official.github.io/v16/.suo b/.vs/alphazero-official.github.io/v16/.suo
index 1d08892..a212d94 100644
Binary files a/.vs/alphazero-official.github.io/v16/.suo and b/.vs/alphazero-official.github.io/v16/.suo differ
diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
index 89fa596..9b0ecf9 100644
Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ
diff --git a/404.html b/404.html
index a28e403..78762f3 100644
--- a/404.html
+++ b/404.html
@@ -18,8 +18,14 @@
-
404
+
// 404 //
+
Page not found
+
+
Sorry about that.
+
diff --git a/_credits/contributors.md b/_credits/contributors.md
index a2bce10..6f5490b 100644
--- a/_credits/contributors.md
+++ b/_credits/contributors.md
@@ -19,8 +19,9 @@ AddisonJudah, Artem4ikBaik, badass person 500, Dgiorn, Instatex, InvadedPurple,
## Miscellaneous
-{{ mas.name }} : {{ mas.credit }}
-Artem4ikBaik: Standard Notation formatting code for Roblox WHG + exceptional bugtesting 🏅
+
+- {{ mas.name }} : {{ mas.credit }}
+- Artem4ikBaik: Standard Notation formatting code for Roblox WHG + exceptional bugtesting 🏅
-MasterCatGodsWhyIms: Original idea for WHG Project
+- MasterCatGodsWhyIms: Original idea for WHG Project
diff --git a/_credits/specialthanks.md b/_credits/specialthanks.md
index d2d70cb..aaf7ea1 100644
--- a/_credits/specialthanks.md
+++ b/_credits/specialthanks.md
@@ -6,6 +6,6 @@ permalink: /specialthanks/
People that I want to thank personally
-TheManiac, ExcerptingData, caverace, xsniperx, Rojking, sashak9, Tris, Artem4ikBaik, Rgpro, [RiversthePerson](/assets/image/fang.png), Seconds, Lisij_Malchik, bosher, nickohh, Ryakoto, Equin, Kaprix, AstraMessor, GooseBoris, optical telescopes., 60mmm, PlanetCoffee...
+TheManiac, ExcerptingData, caverace, xsniperx, Rojking, sashak9, Tris, Artem4ikBaik, Rgpro, [RiversthePerson](/assets/image/fang.png), Seconds, Lisij_Malchik, bosher, nickohh, Ryakoto, optical telescopes., 60mmm, PlanetCoffee...
and more. Everyone, really.
\ No newline at end of file
diff --git a/_includes/header.html b/_includes/header.html
index d964acc..0851e77 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -22,7 +22,16 @@
{%- if page_paths -%}
-
+
+
+
+
+
+
{%- for path in page_paths -%}
{%- assign my_page = site.pages | where: "path", path | first -%}
{%- if my_page.title -%}
@@ -30,7 +39,6 @@
{%- endif -%}
{%- endfor -%}
-
{%- endif -%}
diff --git a/_layouts/categories.html b/_layouts/categories.html
index 8d54e88..4d9235f 100644
--- a/_layouts/categories.html
+++ b/_layouts/categories.html
@@ -20,11 +20,13 @@
{{ page.list_title | default: "Categories" }
{{ category_name }} ({{ site.categories[category_name].size }})
{% for post in site.categories[category_name] %}
+ {%- unless post.unlisted -%}
+ {%- endunless -%}
{% endfor %}
diff --git a/_layouts/posts.html b/_layouts/posts.html
index 4656f85..f1a2a12 100644
--- a/_layouts/posts.html
+++ b/_layouts/posts.html
@@ -11,6 +11,7 @@