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
commit ba8c55c3e3
No known key found for this signature in database
GPG key ID: F8A415C5EA602A41
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 %}

View file

@ -40,17 +40,6 @@ layout: default
<div class ="notice"><b>{{ link.title }}</b></div>
{% endfor %}
<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 }}