remove notice (thanks to new sighax.com safety checks)
This commit is contained in:
parent
e07eda69d4
commit
ba8c55c3e3
3 changed files with 1 additions and 26 deletions
|
@ -30,6 +30,3 @@ footer:
|
||||||
title: Site Navigation
|
title: Site Navigation
|
||||||
-
|
-
|
||||||
title: Why Ads?
|
title: Why Ads?
|
||||||
danger:
|
|
||||||
-
|
|
||||||
title: Note that this guide is <i>not</i> affiliated with <a href="http://www.sighax.com/">sighax.com</a>. That site's installer, created by <a href="https://twitter.com/derrekr6">derrekr6</a>, is designed with developers in mind and will BRICK your device if you do not know what you are doing!
|
|
|
@ -59,17 +59,6 @@ layout: default
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
{% for link in site.data.navigation[locale].danger %}
|
|
||||||
{% if link.url contains 'http' %}
|
|
||||||
{% assign domain = '' %}
|
|
||||||
{% else %}
|
|
||||||
{% assign domain = site.url | append: site.baseurl %}
|
|
||||||
{% endif %}
|
|
||||||
<div class ="notice--danger"><b>{{ link.title }}</b></div>
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
{{ content | remove: '<p>' | remove: '</p>' }}
|
{{ content | remove: '<p>' | remove: '</p>' }}
|
||||||
{% if page.link %}<div><a href="{{ page.link }}" class="btn">{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}</a></div>{% endif %}
|
{% if page.link %}<div><a href="{{ page.link }}" class="btn">{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}</a></div>{% endif %}
|
||||||
|
|
||||||
|
|
|
@ -42,17 +42,6 @@ layout: default
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
{% for link in site.data.navigation[locale].danger %}
|
|
||||||
{% if link.url contains 'http' %}
|
|
||||||
{% assign domain = '' %}
|
|
||||||
{% else %}
|
|
||||||
{% assign domain = site.url | append: site.baseurl %}
|
|
||||||
{% endif %}
|
|
||||||
<div class ="notice--danger"><b>{{ link.title }}</b></div>
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Reference in a new issue