Skip to content

Commit

Permalink
Change “Main” to “Radiology News” - AM-LFTE
Browse files Browse the repository at this point in the history
  • Loading branch information
jwade1327 committed May 7, 2024
1 parent e227122 commit eb8afb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tenants/all/templates/am-lfte.marko
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,19 @@ $ const resolvedToNodesConverter = ({ resolved }) => (resolved.map((node) => ({

<common-content-list-block
date=date
section-name="Main"
section-name="Radiology News"
newsletter=newsletter
with-image=true
image-position="right"
with-section=true
with-header=true
limit=1
skip=0
/>

<!-- Content list block -->
<common-content-list-block
date=date
section-name="Main"
section-name="Radiology News"
newsletter=newsletter
with-image=false
with-section=true
Expand All @@ -100,7 +100,7 @@ $ const resolvedToNodesConverter = ({ resolved }) => (resolved.map((node) => ({

<common-content-list-block
date=date
section-name="Main"
section-name="Radiology News"
newsletter=newsletter
with-image=true
image-position="right"
Expand All @@ -121,7 +121,7 @@ $ const resolvedToNodesConverter = ({ resolved }) => (resolved.map((node) => ({
<!-- Content list block -->
<common-content-list-block
date=date
section-name="Main"
section-name="Radiology News"
newsletter=newsletter
with-image=false
with-section=true
Expand Down

0 comments on commit eb8afb6

Please sign in to comment.