Skip to content

Commit

Permalink
Move ‘Editor’s Note’ to top of Lab LFTE
Browse files Browse the repository at this point in the history
  • Loading branch information
jwade1327 committed Nov 5, 2024
1 parent 12214ac commit 5dd546d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/common/components/layouts/standard.marko
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ $ const resolvedToNodesConverter = ({ resolved }) => (resolved.map((node) => ({
<common-body-wrapper-block newsletter=newsletter date=date>
<@body>

<!-- Content list block -->
<common-content-list-block
date=date
section-name="Editor's Note"
newsletter=newsletter
with-image=true
image-position="right"
with-header=true
continue-reading=true
limit=1
/>

<!-- Content list block -->
<common-content-list-block
date=date
Expand Down Expand Up @@ -77,18 +89,6 @@ $ const resolvedToNodesConverter = ({ resolved }) => (resolved.map((node) => ({
limit=7
/>

<!-- Content list block -->
<common-content-list-block
date=date
section-name="Editor's Note"
newsletter=newsletter
with-image=true
image-position="right"
with-header=true
continue-reading=true
limit=1
/>

<if(caseBlock === true)>
<tr>
<td align="center" valign="top">
Expand Down

0 comments on commit 5dd546d

Please sign in to comment.