|
|
|
@ -12,12 +12,12 @@ |
|
|
|
|
<h1 id="hero-title" class="hero-title color-light">{{ site_title }}</h1> |
|
|
|
|
<div id="hero-desc" class="editable hero-desc color-light py-20 mb-16"> |
|
|
|
|
<hr> |
|
|
|
|
<em class="color-2">Editable text with icon <i class="icon" aria-hidden="true"></i></em> |
|
|
|
|
<em class="color-2">Editable text with icon <i class="icon icon-{{ pages["_meta"].meta.icon2 }}" aria-hidden="true"></i></em> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="hero-action grid lg:grid-cols-2"> |
|
|
|
|
{% for button in pages["_meta"].meta.button %} |
|
|
|
|
<a class="btn hero-btn bg-glaz border-rounded no-decoration" href="{{ "index"|link }}">Editable button with icon<i class="icon {{ button.icon }} ml-8"></i></a> |
|
|
|
|
<a class="btn hero-btn bg-glaz border-rounded no-decoration" href="{{ "index"|link }}">Editable button with icon<i class="icon icon-{{ button.icon }} ml-8"></i></a> |
|
|
|
|
{% endfor %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -80,7 +80,7 @@ |
|
|
|
|
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">{{ meta.title ? meta.title : current_page.id }}</h2> |
|
|
|
|
<!-- Icon Divider--> |
|
|
|
|
{% if pages["_meta"].meta.icon1 %} |
|
|
|
|
<a class="btn hero-btn bg-glaz border-rounded no-decoration" href="{{ "index"|link }}">Editable button with icon<i class="icon {{ pages["_meta"].meta.icon1 }} ml-8"></i></a> |
|
|
|
|
<a class="btn hero-btn bg-glaz border-rounded no-decoration" href="{{ "index"|link }}">Editable button with icon<i class="icon icon-{{ pages["_meta"].meta.icon1 }} ml-8"></i></a> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
<!-- |
|
|
|
|