remove notice (thanks to new sighax.com safety checks)
This commit is contained in:
parent
f317232eda
commit
5315774340
3 changed files with 1 additions and 26 deletions
|
@ -30,6 +30,3 @@ footer:
|
|||
title: Site Navigation
|
||||
-
|
||||
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>
|
||||
|
||||
{% 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>' }}
|
||||
{% 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>
|
||||
|
||||
{% 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 }}
|
||||
</section>
|
||||
</article>
|
||||
|
|
Loading…
Reference in a new issue