From ba8c55c3e31af712c9168214c837aca9325ab9ab Mon Sep 17 00:00:00 2001 From: Plailect Date: Mon, 22 May 2017 16:10:48 -0400 Subject: [PATCH] remove notice (thanks to new sighax.com safety checks) --- _data/navigation/en_US.yml | 5 +---- _layouts/single.html | 11 ----------- _layouts/splash.html | 11 ----------- 3 files changed, 1 insertion(+), 26 deletions(-) diff --git a/_data/navigation/en_US.yml b/_data/navigation/en_US.yml index 831c40d0f1..b28b9b37e0 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 fcebb68403..bdb73715d3 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 9767667fa2..dc8750e6a4 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 }}