Commit a88e5d66 authored by Andreas Heimann's avatar Andreas Heimann

fixed external links in promos opening in the same tab

parent 957c7df9
......@@ -19,7 +19,7 @@
{% endif %}
{% if promo.buttonType == 3 %}
{# External Link #}
<a href="{{ promo.buttonData }}" class="promo-button" style="background-color: {{ promo.color }};">CHECK IT OUT</a>
<a href="{{ promo.buttonData }}" target="_blank" class="promo-button" style="background-color: {{ promo.color }};">CHECK IT OUT</a>
{% endif %}
</div>
{% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment