Skip to content

Commit 8b64261

Browse files
committed
feat(portal-theme): add optional section title
1 parent 760bad1 commit 8b64261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Themes/PortalTheme/Views/Widget-Section.liquid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<section class="content-section">
22
<div class="{{ Model.ContentItem.Content.Section.Section.Text }}">
3+
<h2 class="{{ Model.ContentItem.Content.Section.TitleLayout.Text }}">{{ Model.ContentItem | display_text }}</h2>
34
<div class="row {{ Model.ContentItem.Content.Section.ColumnLayout.Text }} {{ Model.ContentItem.Content.Section.JustifyContent.Text }}">
45
{% for item in Model.ContentItem.Content.SectionPanels.ContentItems %}
56
{{ item | shape_build_display | shape_render }}

0 commit comments

Comments
 (0)