ouverture pdf dans new onglet

This commit is contained in:
2021-10-15 14:13:58 +02:00
parent b0ddad726e
commit 68b5a93be9
@@ -13,7 +13,7 @@
<a class="bouton {% if button.primary %} primary{% endif %}" href="{{ button.url }}" target="_blank">{{ button.text }}>
{% endif %}
{% if button.pdf %}
<a class="bouton {% if button.primary %} primary{% endif %}" href="{{page.media[button.pdf].url|e }}" download >{{ button.text }}>
<a class="bouton {% if button.primary %} primary{% endif %}" href="{{page.media[button.pdf].url|e }}" target="_blank">{{ button.text }}>
{% endif %}
{% endfor %}