diff --git a/website/docs/community/spotlight/alison-stanton.md b/website/docs/community/spotlight/alison-stanton.md index fd4a1796411..be9902dcdb1 100644 --- a/website/docs/community/spotlight/alison-stanton.md +++ b/website/docs/community/spotlight/alison-stanton.md @@ -18,6 +18,7 @@ socialLinks: dateCreated: 2023-11-07 hide_table_of_contents: true communityAward: true +communityAwardYear: 2023 --- ## When did you join the dbt community and in what way has it impacted your career? diff --git a/website/docs/community/spotlight/bruno-de-lima.md b/website/docs/community/spotlight/bruno-de-lima.md index 3cce6135ae0..f5ffaa6a970 100644 --- a/website/docs/community/spotlight/bruno-de-lima.md +++ b/website/docs/community/spotlight/bruno-de-lima.md @@ -21,6 +21,7 @@ socialLinks: dateCreated: 2023-11-05 hide_table_of_contents: true communityAward: true +communityAwardYear: 2023 --- ## When did you join the dbt community and in what way has it impacted your career? diff --git a/website/docs/community/spotlight/dakota-kelley.md b/website/docs/community/spotlight/dakota-kelley.md index 85b79f0e85a..34c0b1b5887 100644 --- a/website/docs/community/spotlight/dakota-kelley.md +++ b/website/docs/community/spotlight/dakota-kelley.md @@ -16,6 +16,7 @@ socialLinks: dateCreated: 2023-11-08 hide_table_of_contents: true communityAward: true +communityAwardYear: 2023 --- ## When did you join the dbt community and in what way has it impacted your career? diff --git a/website/docs/community/spotlight/fabiyi-opeyemi.md b/website/docs/community/spotlight/fabiyi-opeyemi.md index 67efd90e1c5..18a311fa437 100644 --- a/website/docs/community/spotlight/fabiyi-opeyemi.md +++ b/website/docs/community/spotlight/fabiyi-opeyemi.md @@ -19,6 +19,7 @@ socialLinks: dateCreated: 2023-11-06 hide_table_of_contents: true communityAward: true +communityAwardYear: 2023 --- ## When did you join the dbt community and in what way has it impacted your career? diff --git a/website/docs/community/spotlight/josh-devlin.md b/website/docs/community/spotlight/josh-devlin.md index 6036105940b..3fddfe8957e 100644 --- a/website/docs/community/spotlight/josh-devlin.md +++ b/website/docs/community/spotlight/josh-devlin.md @@ -24,6 +24,7 @@ socialLinks: dateCreated: 2023-11-10 hide_table_of_contents: true communityAward: true +communityAwardYear: 2023 --- ## When did you join the dbt community and in what way has it impacted your career? diff --git a/website/docs/community/spotlight/karen-hsieh.md b/website/docs/community/spotlight/karen-hsieh.md index 22d6915baf7..bffbd712be4 100644 --- a/website/docs/community/spotlight/karen-hsieh.md +++ b/website/docs/community/spotlight/karen-hsieh.md @@ -25,6 +25,7 @@ socialLinks: dateCreated: 2023-11-04 hide_table_of_contents: true communityAward: true +communityAwardYear: 2023 --- ## When did you join the dbt community and in what way has it impacted your career? diff --git a/website/docs/community/spotlight/oliver-cramer.md b/website/docs/community/spotlight/oliver-cramer.md index 7e9974a8a2c..89f342bc650 100644 --- a/website/docs/community/spotlight/oliver-cramer.md +++ b/website/docs/community/spotlight/oliver-cramer.md @@ -17,6 +17,7 @@ socialLinks: dateCreated: 2023-11-02 hide_table_of_contents: true communityAward: true +communityAwardYear: 2023 --- ## When did you join the dbt community and in what way has it impacted your career? diff --git a/website/docs/community/spotlight/sam-debruyn.md b/website/docs/community/spotlight/sam-debruyn.md index 24ce7aa1b15..fac27981b50 100644 --- a/website/docs/community/spotlight/sam-debruyn.md +++ b/website/docs/community/spotlight/sam-debruyn.md @@ -19,6 +19,7 @@ socialLinks: dateCreated: 2023-11-03 hide_table_of_contents: true communityAward: true +communityAwardYear: 2023 --- ## When did you join the dbt community and in what way has it impacted your career? diff --git a/website/docs/community/spotlight/stacy-lo.md b/website/docs/community/spotlight/stacy-lo.md index 23a5491dd18..c2bf2874697 100644 --- a/website/docs/community/spotlight/stacy-lo.md +++ b/website/docs/community/spotlight/stacy-lo.md @@ -18,6 +18,7 @@ socialLinks: dateCreated: 2023-11-01 hide_table_of_contents: true communityAward: true +communityAwardYear: 2023 --- ## When did you join the dbt community and in what way has it impacted your career? diff --git a/website/docs/community/spotlight/sydney-burns.md b/website/docs/community/spotlight/sydney-burns.md index 25278ac6ecf..7b350ae7089 100644 --- a/website/docs/community/spotlight/sydney-burns.md +++ b/website/docs/community/spotlight/sydney-burns.md @@ -16,6 +16,7 @@ socialLinks: dateCreated: 2023-11-09 hide_table_of_contents: true communityAward: true +communityAwardYear: 2023 --- ## When did you join the dbt community and in what way has it impacted your career? diff --git a/website/src/components/communitySpotlightCard/index.js b/website/src/components/communitySpotlightCard/index.js index 122edee8f06..d0039626e2f 100644 --- a/website/src/components/communitySpotlightCard/index.js +++ b/website/src/components/communitySpotlightCard/index.js @@ -49,7 +49,8 @@ function CommunitySpotlightCard({ frontMatter, isSpotlightMember = false }) { companyName, organization, socialLinks, - communityAward + communityAward, + communityAwardYear, } = frontMatter // Get meta description text @@ -74,7 +75,7 @@ function CommunitySpotlightCard({ frontMatter, isSpotlightMember = false }) { ) : null} {communityAward ? (