mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
Fix
This commit is contained in:
@@ -7,8 +7,10 @@ style="background-image: url('{{ section.background_image | relative_url }}')"
|
||||
<div class="column text">
|
||||
<h1><span class="light">{{ section.headline }}</span></h1>
|
||||
<p>{{ section.content }}</p>
|
||||
{% if section.cta and section.cta.enabled == true %}
|
||||
{% if section.ctaiOS and section.ctaiOS.enabled == true %}
|
||||
<a class="button primary inverted" href="{{ section.ctaiOS.url }}">{{ section.ctaiOS.button_text }}</a>
|
||||
{% endif %}
|
||||
{% if section.ctaAndroid and section.ctaAndroid.enabled == true %}
|
||||
<a class="button primary inverted" href="{{ section.ctaAndroid.url }}">{{ section.ctaAndroid.button_text }}</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user