Skip to content

Commit

Permalink
- ESY-6375 Only show header if it has content
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lilja committed Mar 21, 2024
1 parent 637dbd7 commit 5ee3b2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/front-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ <h3>{{ front_page_hero1 }}
</h3>
<p>{{ front_page_ingress }}</p>
</div>
{% if front_page_start_heading %}
<div class="front-page-intro-cards">
<h2 id="front-page-start" class="heading-line heading-line-indent">{{ front_page_start_heading }}</h2>
{% contentblock start %}
</div>

{% endif %}
</div>


Expand Down

0 comments on commit 5ee3b2b

Please sign in to comment.