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">
|
||||
{% 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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue