diff --git a/_data/navigation/en_US.yml b/_data/navigation/en_US.yml index 831c40d0f..b28b9b37e 100644 --- a/_data/navigation/en_US.yml +++ b/_data/navigation/en_US.yml @@ -29,7 +29,4 @@ footer: - title: Site Navigation - - title: Why Ads? -danger: - - - title: Note that this guide is not affiliated with sighax.com. That site's installer, created by derrekr6, is designed with developers in mind and will BRICK your device if you do not know what you are doing! \ No newline at end of file + title: Why Ads? \ No newline at end of file diff --git a/_layouts/single.html b/_layouts/single.html index fcebb6840..bdb73715d 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -59,17 +59,6 @@ layout: default
- {% for link in site.data.navigation[locale].danger %} - {% if link.url contains 'http' %} - {% assign domain = '' %} - {% else %} - {% assign domain = site.url | append: site.baseurl %} - {% endif %} -
{{ link.title }}
- {% endfor %} - -
- {{ content | remove: '

' | remove: '

' }} {% if page.link %}
{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}
{% endif %} diff --git a/_layouts/splash.html b/_layouts/splash.html index 9767667fa..dc8750e6a 100644 --- a/_layouts/splash.html +++ b/_layouts/splash.html @@ -40,17 +40,6 @@ layout: default
{{ link.title }}
{% endfor %} -
- - {% for link in site.data.navigation[locale].danger %} - {% if link.url contains 'http' %} - {% assign domain = '' %} - {% else %} - {% assign domain = site.url | append: site.baseurl %} - {% endif %} -
{{ link.title }}
- {% endfor %} -
{{ content }}