zulma title not mandatory in section
This commit is contained in:
parent
466146a601
commit
f59f6bf8df
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,11 @@
|
|||
{% endblock header %}
|
||||
<!-- END NAV -->
|
||||
<main>
|
||||
{{ index_macros::hero(title=section.extra.zulma_title, primary=true) }}
|
||||
<!-- START HERO TITLE -->
|
||||
{% if section.section.extra.zulma_title %}
|
||||
{{ index_macros::hero(title=section.extra.zulma_title, primary=true) }}
|
||||
{% endif %}
|
||||
<!-- END HERO TITLE !-->
|
||||
<section class="container">
|
||||
<div class="columns is-desktop">
|
||||
<div class="column is-10-desktop is-offset-1-desktop">
|
||||
|
|
Loading…
Add table
Reference in a new issue