Skip to content

Commit

Permalink
Merge pull request #68 from jwade1327/am-lfte-layout
Browse files Browse the repository at this point in the history
Move ‘Editor’s Note’ to top of AM-LFTE template
  • Loading branch information
Shinsina authored May 9, 2024
2 parents 675fd4f + afc77a7 commit afc5934
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tenants/all/templates/am-lfte.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 footer=input.footer>
<@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
/>

<!-- RADCast section -->
<common-content-list-block
date=date
Expand Down Expand Up @@ -64,18 +76,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
/>

<common-content-list-block
date=date
section-name="Radiology News"
Expand Down

0 comments on commit afc5934

Please sign in to comment.