diff --git a/_data/navigation/en_US.yml b/_data/navigation/en_US.yml
index 8b5061687..893edf108 100755
--- a/_data/navigation/en_US.yml
+++ b/_data/navigation/en_US.yml
@@ -1,52 +1,49 @@
---
main:
- -
+ -
title: Wii Guide
url: /
- -
+ -
title: Start Here
url: get-started
- -
+ -
title: Site Navigation
url: site-navigation
- -
+ -
title: FAQ
url: faq
top:
-
title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site.
-bottom:
- -
- title: For support in English, ask for help at RiiConnect24 on Discord.
footer:
- -
+ -
title: Source
url: https://github.com/RiiConnect24/Wii-Guide/
- -
+ -
title: Site Navigation
url: site-navigation
- -
+ -
title: Donations
url: donations
sidebar_title:
- -
+ -
title: Overall Progress
sidebar_pages:
- -
+ -
title: Wii Guide
url: /
- -
+ -
title: FAQ
url: faq
- -
+ -
title: Donations
url: donations
- -
+ -
title: Credits
url: credits
- -
+ -
title: RiiConnect24
url: riiconnect24
- -
+ -
title: Wiimmfi
url: wiimmfi
diff --git a/_layouts/single.html b/_layouts/single.html
index 9d802457d..90dfe54c1 100644
--- a/_layouts/single.html
+++ b/_layouts/single.html
@@ -35,8 +35,6 @@ layout: default
-
-
{% assign split_path = page.path | split: "/" %}
{% assign locale = split_path[1] %}
@@ -46,7 +44,6 @@ layout: default
{% else %}
{% assign domain = site.url | append: site.baseurl %}
{% endif %}
- {{ link.title }}
{% endfor %}
diff --git a/_layouts/splash.html b/_layouts/splash.html
index 5fe7bac95..16d5ca2e3 100644
--- a/_layouts/splash.html
+++ b/_layouts/splash.html
@@ -17,8 +17,6 @@ layout: default
-
-
{% assign split_path = page.path | split: "/" %}
{% assign locale = split_path[1] %}
@@ -28,7 +26,6 @@ layout: default
{% else %}
{% assign domain = site.url | append: site.baseurl %}
{% endif %}
- {{ link.title }}
{% endfor %}