diff --git a/packages/global/components/blocks/published-content-list.marko b/packages/global/components/blocks/published-content-list.marko
index 38fe494b3..9895b9901 100644
--- a/packages/global/components/blocks/published-content-list.marko
+++ b/packages/global/components/blocks/published-content-list.marko
@@ -13,6 +13,7 @@ $ const blockName = "section-list";
sectionId,
excludeContentIds,
excludeContentTypes: ["Contact", "Company", "Document", "Promotion"],
+ excludeLabels: ["Supplier Submitted"],
sectionBubbling: true,
queryFragment
}
diff --git a/packages/global/components/layouts/website-section/home.marko b/packages/global/components/layouts/website-section/home.marko
index f0158cb74..5de63a913 100644
--- a/packages/global/components/layouts/website-section/home.marko
+++ b/packages/global/components/layouts/website-section/home.marko
@@ -21,7 +21,14 @@ $ const sections = getAsArray(input, "sections");
@section>
<@section|{ aliases }|>
-
+
@section>
<@section|{ blockName, section, aliases }| modifiers=s.modifiers>
diff --git a/sites/cpgnext.com/server/templates/index.marko b/sites/cpgnext.com/server/templates/index.marko
index 9fe70c8e1..f645dbab8 100644
--- a/sites/cpgnext.com/server/templates/index.marko
+++ b/sites/cpgnext.com/server/templates/index.marko
@@ -14,7 +14,15 @@ $ const { site } = out.global;
>
<@section|{ aliases }|>
-
+
@section>
<@section>
@@ -50,7 +58,7 @@ $ const { site } = out.global;
<@section>
<@before>@before>
- <@query-params limit=12 skip=1 />
+ <@query-params limit=12 skip=1 exclude-labels=["Supplier News"] />
@section>
diff --git a/sites/healthcarepackaging.com/server/templates/index.marko b/sites/healthcarepackaging.com/server/templates/index.marko
index 414f5cd43..14be5aafc 100644
--- a/sites/healthcarepackaging.com/server/templates/index.marko
+++ b/sites/healthcarepackaging.com/server/templates/index.marko
@@ -44,7 +44,7 @@ $ const { site } = out.global;
<@section>
<@before>@before>
- <@query-params limit=12 skip=1 />
+ <@query-params limit=12 skip=1 exclude-labels=["Supplier News"] />
@section>