mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-19 01:15:04 -05:00
fixed wrong particle namespace for link access
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
{% block particle %}
|
||||
<div class="g-copyright {{ particle.css.class }}">
|
||||
©
|
||||
{% if particle.owner.link is not empty %}<a target="{{ particle.target|default('_blank')|e }}" href="{{ particle.link|e }}" title="{{ particle.owner|e }}">{% endif %}
|
||||
{% if particle.link is not empty %}<a target="{{ particle.target|default('_blank')|e }}" href="{{ particle.link|e }}" title="{{ particle.owner|e }}">{% endif %}
|
||||
{{ particle.owner|e }}
|
||||
{% if particle.owner.link is not empty %}</a>{% endif %}
|
||||
{% if particle.link is not empty %}</a>{% endif %}
|
||||
{% if (start_date != end_date) %}{{ start_date|e }} - {% endif %}
|
||||
{{ end_date|e }}
|
||||
{% if particle.additional.text is not empty %}<br />{{ particle.additional.text|raw }}{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user