fix(main): show content
This commit is contained in:
parent
d93e5c0353
commit
a393c04290
@ -86,17 +86,13 @@
|
|||||||
<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>
|
<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 %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<!--
|
|
||||||
{#!
|
|
||||||
<div class="layout-maxed py-36">
|
<div class="layout-maxed py-36">
|
||||||
{% if meta.video %}
|
{# {% if meta.video %}
|
||||||
{{ video(meta.video, meta.image, "content") }}
|
{{ video(meta.video, meta.image, "content") }}
|
||||||
{% elseif meta.image %}
|
{% elseif meta.image %}
|
||||||
<img class="img-fluid rounded mb-5 d-block mx-auto" src="{{ meta.image|url }}" alt="{{ meta.image_alt }}" />
|
<img class="img-fluid rounded mb-5 d-block mx-auto" src="{{ meta.image|url }}" alt="{{ meta.image_alt }}" />
|
||||||
{% endif %}
|
{% endif %} #}
|
||||||
{{ content }}
|
{{ content }}
|
||||||
{{ actions(meta.actions, "single_page") }}
|
{# {{ actions(meta.actions, "single_page") }} #}
|
||||||
</div>
|
</div>
|
||||||
#}
|
|
||||||
-->
|
|
||||||
</section>
|
</section>
|
||||||
|
@ -32,9 +32,9 @@
|
|||||||
|
|
||||||
{% include "includes/header.twig" %}
|
{% include "includes/header.twig" %}
|
||||||
|
|
||||||
{% if current_page.title == "Welcome" %}
|
{# {% if current_page.title == "Welcome" %} #}
|
||||||
{% include "includes/home.twig" %}
|
{% include "includes/home.twig" %}
|
||||||
{% endif %}
|
{# {% endif %} #}
|
||||||
|
|
||||||
{#!
|
{#!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user