From 9bab1f22cc6c7e232ce31ff0f95bdea2b36622ea Mon Sep 17 00:00:00 2001 From: Joe Krzystan Date: Thu, 19 Mar 2020 20:17:08 -0400 Subject: [PATCH] Add promotion attrs to all categories to filter --- _categories/basics.md | 3 ++- _categories/protect-yourself.md | 1 + _categories/spread.md | 1 + _categories/symptoms-and-testing.md | 1 + _categories/travel.md | 3 ++- 5 files changed, 7 insertions(+), 2 deletions(-) diff --git a/_categories/basics.md b/_categories/basics.md index b2126e641..120dc2419 100644 --- a/_categories/basics.md +++ b/_categories/basics.md @@ -5,8 +5,9 @@ title: "About COVID-19" promoted: false owner: CDC homepage_order: 1 +more_topics_promoted: false banner: display: false heading: "This is a place to place urgent information" content: "You can set this component to 'display: true' to show a banner at the top of the page." ---- \ No newline at end of file +--- diff --git a/_categories/protect-yourself.md b/_categories/protect-yourself.md index 08c4fe515..28b131643 100644 --- a/_categories/protect-yourself.md +++ b/_categories/protect-yourself.md @@ -5,6 +5,7 @@ title: "How to protect yourself" promoted: false owner: CDC homepage_order: 2 +more_topics_promoted: false banner: display: false heading: "This is a place to place urgent information" diff --git a/_categories/spread.md b/_categories/spread.md index e843603db..8d14d345f 100644 --- a/_categories/spread.md +++ b/_categories/spread.md @@ -5,6 +5,7 @@ title: "How it spreads" promoted: false owner: CDC homepage_order: 4 +more_topics_promoted: false banner: display: false heading: "This is a place to place urgent information" diff --git a/_categories/symptoms-and-testing.md b/_categories/symptoms-and-testing.md index f664b8c37..46a1fbbfc 100644 --- a/_categories/symptoms-and-testing.md +++ b/_categories/symptoms-and-testing.md @@ -5,6 +5,7 @@ title: "Symptoms and testing" promoted: false owner: CDC homepage_order: 3 +more_topics_promoted: false banner: display: false heading: "This is a place to place urgent information" diff --git a/_categories/travel.md b/_categories/travel.md index c0066982b..83931028d 100644 --- a/_categories/travel.md +++ b/_categories/travel.md @@ -5,8 +5,9 @@ title: "Traveling" promoted: false owner: CDC homepage_order: 5 +more_topics_promoted: false banner: display: false heading: "This is a place to place urgent information" content: "You can set this component to 'display: true' to show a banner at the top of the page." ---- \ No newline at end of file +---