Skip to content

Commit

Permalink
Merge pull request #96 from jwade1327/radcast-limit
Browse files Browse the repository at this point in the history
Increase limit and set images on 1st & 3rd stories
  • Loading branch information
Shinsina authored Dec 3, 2024
2 parents f46e176 + 19e8614 commit 7cfd893
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions packages/common/components/layouts/radcast.marko
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,22 @@ $ const { id, alias, name, pageNode } = input;
with-image=true
image-position="right"
with-section=true
limit=2
limit=1
skip=0
/>

<!-- Content list block -->
<common-content-list-block
date=date
section-name="Main"
newsletter=newsletter
with-image=false
with-section=true
limit=1
skip=1
/>


<!-- Ad Slot 1 -->
<common-ad-wrapper-block
newsletter=newsletter
Expand All @@ -64,7 +76,18 @@ $ const { id, alias, name, pageNode } = input;
image-position="right"
with-section=true
skip=2
limit=12
limit=1
/>

<!-- Content list block -->
<common-content-list-block
date=date
section-name="Main"
newsletter=newsletter
with-image=false
with-section=true
skip=3
limit=30
/>

</@body>
Expand Down

0 comments on commit 7cfd893

Please sign in to comment.