Skip to content

Commit

Permalink
Merge pull request #91 from jwade1327/lab-lfte
Browse files Browse the repository at this point in the history
Move ‘Editor’s Note’ to top of Lab LFTE
  • Loading branch information
Shinsina authored Nov 5, 2024
2 parents 12214ac + 5dd546d commit 04b6742
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 04b6742

Please sign in to comment.