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:
@@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user