1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-09-01 20:42:41 +02:00

remove notice (thanks to new sighax.com safety checks)

This commit is contained in:
Plailect
2017-05-22 16:10:48 -04:00
committed by Plailect
parent e07eda69d4
commit ba8c55c3e3
3 changed files with 1 additions and 26 deletions

View File

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