Version 1.0.2

This commit is contained in:
pmoreno.rodriguez 2022-10-31 11:40:50 +01:00 committed by GitHub
parent 92f85d765b
commit 35695ede87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{% set columns = page.header.layout == 'standard' ? 'col-4 col-6-medium col-12-small' : 'col-6 col-12-small' %}
<section id="features">
{% set columns = page.header.class == 'standard' ? 'col-4 col-6-medium col-12-small' : 'col-6 col-12-small' %}
<header>
<h2>{{ page.title }}</h2>
</header>
{{ content|raw }}
<div class="row gtr-uniform">
{% for feature in page.header.features %}
@ -17,9 +17,6 @@
{% if feature.text %}<p>{{feature.text|raw}}</p>{% endif %}
{% if feature.buttonurl %}<p><a href="{{feature.buttonurl}}" class="button fit" target={% if feature.buttonurl_target %}"_blank"{% endif%}>{{feature.buttontext}}</a></p>{% endif %}
</header>
</article>
</div>