fix: Added conditional rendering for content field in split section with image template
(cherry picked from commit 9c5ac3a1a4)
This commit is contained in:
parent
9ba9c4c604
commit
2d72d8e166
1 changed files with 2 additions and 0 deletions
|
|
@ -16,7 +16,9 @@
|
|||
{%- endif -%}
|
||||
<div class="split-section-content col-12 {{ left_col if image_on_right else right_col }} {{ align_content }}">
|
||||
<h2>{{ title }}</h2>
|
||||
{%- if content -%}
|
||||
<p>{{ content }}</p>
|
||||
{%- endif -%}
|
||||
|
||||
{%- if link_label and link_url -%}
|
||||
<a href="{{ link_url }}">{{ link_label }}</a>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue