fixed wrong particle namespace for link access

This commit is contained in:
Andreas Kar
2018-12-29 23:44:11 +01:00
committed by thex
parent ad63794812
commit 1475d4e34d
@@ -6,9 +6,9 @@
{% block particle %}
<div class="g-copyright {{ particle.css.class }}">
&copy;
{% 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 %}