Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
0f4baa8967
@ -3,7 +3,7 @@
|
||||
|
||||
{% if url is defined and url is iterable %}
|
||||
<a{% if url['href'] is not empty %} href="{{ url['href'] }}"{% endif -%}
|
||||
{%- if url['target'] is not empty %} target="{{ url['target'] }}"{% endif -%}
|
||||
{%- if url['target'] is not empty %} target="{{ url['target']|raw }}"{% endif -%}
|
||||
{%- if url['target'] is not empty and url['target'] == '_blank' %} rel="noopener noreferrer"{% endif -%}
|
||||
{%- if url['id'] is not empty %} id="{{ url['id'] }}"{% endif -%}
|
||||
{%- if url['class'] is not empty %} class="{{ url['class'] }}"{% endif -%}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user