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
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue