Skip to content

Commit

Permalink
Merge pull request #49 from jwade1327/radcast
Browse files Browse the repository at this point in the history
Move ‘Editor’s Note’ to top of Radcast layout
  • Loading branch information
Shinsina authored Dec 12, 2023
2 parents 9df3b16 + 11731e8 commit 2317001
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/common/components/layouts/radcast.marko
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ $ const { id, alias, name, pageNode } = input;
<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 @@ -64,18 +76,6 @@ $ const { id, alias, name, pageNode } = input;
limit=98
/>

<!-- 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
/>

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

0 comments on commit 2317001

Please sign in to comment.