mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Version 1.0.2
This commit is contained in:
parent
92f85d765b
commit
35695ede87
1 changed files with 2 additions and 5 deletions
|
@ -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">
|
<section id="features">
|
||||||
{% set columns = page.header.class == 'standard' ? 'col-4 col-6-medium col-12-small' : 'col-6 col-12-small' %}
|
|
||||||
<header>
|
<header>
|
||||||
<h2>{{ page.title }}</h2>
|
<h2>{{ page.title }}</h2>
|
||||||
</header>
|
</header>
|
||||||
{{ content|raw }}
|
{{ content|raw }}
|
||||||
|
|
||||||
|
|
||||||
<div class="row gtr-uniform">
|
<div class="row gtr-uniform">
|
||||||
{% for feature in page.header.features %}
|
{% for feature in page.header.features %}
|
||||||
|
|
||||||
|
@ -17,9 +17,6 @@
|
||||||
{% if feature.text %}<p>{{feature.text|raw}}</p>{% endif %}
|
{% 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 %}
|
{% if feature.buttonurl %}<p><a href="{{feature.buttonurl}}" class="button fit" target={% if feature.buttonurl_target %}"_blank"{% endif%}>{{feature.buttontext}}</a></p>{% endif %}
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue