remove silly discord ad embedded everywhere

This commit is contained in:
Naim2000 2023-09-25 14:35:44 -05:00
parent 814209f8b0
commit 4233739901
3 changed files with 14 additions and 23 deletions

View file

@ -15,9 +15,6 @@ main:
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

View file

@ -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>

View file

@ -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>