Skip to content

Commit

Permalink
Merge pull request #39 from jwade1327/in-case-you-missed
Browse files Browse the repository at this point in the history
Add ‘In Case You Missed It’ block to LFTE newsletters
Shinsina authored Oct 17, 2023
2 parents 8733a5f + 5537db9 commit b17b136
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/common/components/layouts/standard.marko
Original file line number Diff line number Diff line change
@@ -123,6 +123,18 @@ $ const resolvedToNodesConverter = ({ resolved }) => (resolved.map((node) => ({
/>
</if>

<!-- Content list block -->
<common-content-list-block
date=date
section-name="In Case You Missed It"
newsletter=newsletter
with-image=true
image-position="right"
with-header=true
continue-reading=false
limit=5
/>

</@body>
</common-body-wrapper-block>
</@body>
12 changes: 12 additions & 0 deletions tenants/all/templates/am-lfte.marko
Original file line number Diff line number Diff line change
@@ -133,6 +133,18 @@ $ const resolvedToNodesConverter = ({ resolved }) => (resolved.map((node) => ({
/>
</if>

<!-- Content list block -->
<common-content-list-block
date=date
section-name="In Case You Missed It"
newsletter=newsletter
with-image=true
image-position="right"
with-header=true
continue-reading=false
limit=5
/>

</@body>
</common-body-wrapper-block>
</@body>
12 changes: 12 additions & 0 deletions tenants/all/templates/drb-lfte.marko
Original file line number Diff line number Diff line change
@@ -133,6 +133,18 @@ $ const resolvedToNodesConverter = ({ resolved }) => (resolved.map((node) => ({
/>
</if>

<!-- Content list block -->
<common-content-list-block
date=date
section-name="In Case You Missed It"
newsletter=newsletter
with-image=true
image-position="right"
with-header=true
continue-reading=false
limit=5
/>

</@body>
</common-body-wrapper-block>
</@body>

0 comments on commit b17b136

Please sign in to comment.