Use safelink for global footer links

This commit is contained in:
Raphael Michel
2016-10-31 19:06:06 +01:00
parent 1ff9515b54
commit 67b2135eeb

View File

@@ -69,7 +69,7 @@
·
{% endif %}
{% for f in footer %}
<a href="{{ f.url }}" target="_blank">{{ f.label }}</a>
<a href="{% safelink f.url %}" target="_blank">{{ f.label }}</a>
&middot;
{% endfor %}
{% endblock %}