mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
added f-droid, button and text
This commit is contained in:
@@ -13,10 +13,13 @@ style="background-image: url('{{ section.background_image | prepend: site.baseur
|
||||
{% if section.ctaAndroid and section.ctaAndroid.enabled == true %}
|
||||
<button class="button primary inverted" onclick="location.href='{% t section.ctaAndroid.url %}'" type="button">{% t section.ctaAndroid.button_text %}</button>
|
||||
{% endif %}
|
||||
{% if section.ctaFdroid and section.ctaFdroid.enabled == true %}
|
||||
<button class="button primary inverted" onclick="location.href='{% t section.ctaFdroid.url %}'" type="button">{% t section.ctaFdroid.button_text %}</button>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="column media">
|
||||
<img src="{{site.baseurl_root}}{% t section.image.image %}" alt="{% t section.image.alt_text %}">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user