Skip to content

Commit

Permalink
Add collection page for Recycling taxonomy, PW
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinsina committed Nov 22, 2024
1 parent b12e8a7 commit 430abb8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sites/packworld.com/server/routes/website-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down

0 comments on commit 430abb8

Please sign in to comment.