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:
|
||||
-
|
||||
-
|
||||
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 <a href="https://discord.gg/b4Y7jfD">RiiConnect24 on Discord</a>.
|
||||
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
|
||||
|
|
|
@ -35,8 +35,6 @@ layout: default
|
|||
|
||||
<section class="page__content" itemprop="text">
|
||||
|
||||
<hr>
|
||||
|
||||
{% 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 %}
|
||||
<div class ="notice"><b>{{ link.title }}</b></div>
|
||||
{% endfor %}
|
||||
|
||||
<hr>
|
||||
|
|
|
@ -17,8 +17,6 @@ layout: default
|
|||
|
||||
<section class="page__content" itemprop="text">
|
||||
|
||||
<hr>
|
||||
|
||||
{% 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 %}
|
||||
<div class ="notice"><b>{{ link.title }}</b></div>
|
||||
{% endfor %}
|
||||
|
||||
<hr>
|
||||
|
|
Loading…
Reference in a new issue