From 430abb89a3984e38e072f7b1344cd0c6a70d9aae Mon Sep 17 00:00:00 2001 From: Shinsina Date: Fri, 22 Nov 2024 11:03:43 -0600 Subject: [PATCH] Add collection page for Recycling taxonomy, PW --- sites/packworld.com/server/routes/website-section.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sites/packworld.com/server/routes/website-section.js b/sites/packworld.com/server/routes/website-section.js index ba40f8a9..4faf6f0b 100644 --- a/sites/packworld.com/server/routes/website-section.js +++ b/sites/packworld.com/server/routes/website-section.js @@ -153,6 +153,15 @@ module.exports = (app) => { }, }))); + app.get('/recycling', asyncRoute(async (_, res) => res.marko(collections, { + name: 'Recycling', + description: 'Read up on the latest news, insights, and solutions that address the complex and timely issue of recycling. From topics surrounding advanced recycling to MRFs, recycle-ready packaging, and package circularity, dive into everything we cover in the vast topic of recycling.', + queryParams: { + // Recycling + includeTaxonomyIds: [3201419], + }, + }))); + app.get('/packexpo', asyncRoute(async (_, res) => res.marko(collections, { name: 'PACK EXPO', description: '',