remove silly discord ad embedded everywhere
This commit is contained in:
parent
814209f8b0
commit
4233739901
3 changed files with 14 additions and 23 deletions
|
@ -1,52 +1,49 @@
|
||||||
---
|
---
|
||||||
main:
|
main:
|
||||||
-
|
-
|
||||||
title: Wii Guide
|
title: Wii Guide
|
||||||
url: /
|
url: /
|
||||||
-
|
-
|
||||||
title: Start Here
|
title: Start Here
|
||||||
url: get-started
|
url: get-started
|
||||||
-
|
-
|
||||||
title: Site Navigation
|
title: Site Navigation
|
||||||
url: site-navigation
|
url: site-navigation
|
||||||
-
|
-
|
||||||
title: FAQ
|
title: FAQ
|
||||||
url: faq
|
url: faq
|
||||||
top:
|
top:
|
||||||
-
|
-
|
||||||
title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site.
|
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 <a href="https://discord.gg/b4Y7jfD">RiiConnect24 on Discord</a>.
|
|
||||||
footer:
|
footer:
|
||||||
-
|
-
|
||||||
title: Source
|
title: Source
|
||||||
url: https://github.com/RiiConnect24/Wii-Guide/
|
url: https://github.com/RiiConnect24/Wii-Guide/
|
||||||
-
|
-
|
||||||
title: Site Navigation
|
title: Site Navigation
|
||||||
url: site-navigation
|
url: site-navigation
|
||||||
-
|
-
|
||||||
title: Donations
|
title: Donations
|
||||||
url: donations
|
url: donations
|
||||||
sidebar_title:
|
sidebar_title:
|
||||||
-
|
-
|
||||||
title: Overall Progress
|
title: Overall Progress
|
||||||
sidebar_pages:
|
sidebar_pages:
|
||||||
-
|
-
|
||||||
title: Wii Guide
|
title: Wii Guide
|
||||||
url: /
|
url: /
|
||||||
-
|
-
|
||||||
title: FAQ
|
title: FAQ
|
||||||
url: faq
|
url: faq
|
||||||
-
|
-
|
||||||
title: Donations
|
title: Donations
|
||||||
url: donations
|
url: donations
|
||||||
-
|
-
|
||||||
title: Credits
|
title: Credits
|
||||||
url: credits
|
url: credits
|
||||||
-
|
-
|
||||||
title: RiiConnect24
|
title: RiiConnect24
|
||||||
url: riiconnect24
|
url: riiconnect24
|
||||||
-
|
-
|
||||||
title: Wiimmfi
|
title: Wiimmfi
|
||||||
url: wiimmfi
|
url: wiimmfi
|
||||||
|
|
|
@ -35,8 +35,6 @@ layout: default
|
||||||
|
|
||||||
<section class="page__content" itemprop="text">
|
<section class="page__content" itemprop="text">
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
{% assign split_path = page.path | split: "/" %}
|
{% assign split_path = page.path | split: "/" %}
|
||||||
{% assign locale = split_path[1] %}
|
{% assign locale = split_path[1] %}
|
||||||
|
|
||||||
|
@ -46,7 +44,6 @@ layout: default
|
||||||
{% else %}
|
{% else %}
|
||||||
{% assign domain = site.url | append: site.baseurl %}
|
{% assign domain = site.url | append: site.baseurl %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class ="notice"><b>{{ link.title }}</b></div>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
|
@ -17,8 +17,6 @@ layout: default
|
||||||
|
|
||||||
<section class="page__content" itemprop="text">
|
<section class="page__content" itemprop="text">
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
{% assign split_path = page.path | split: "/" %}
|
{% assign split_path = page.path | split: "/" %}
|
||||||
{% assign locale = split_path[1] %}
|
{% assign locale = split_path[1] %}
|
||||||
|
|
||||||
|
@ -28,7 +26,6 @@ layout: default
|
||||||
{% else %}
|
{% else %}
|
||||||
{% assign domain = site.url | append: site.baseurl %}
|
{% assign domain = site.url | append: site.baseurl %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class ="notice"><b>{{ link.title }}</b></div>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in a new issue