Skip to content

Commit

Permalink
Merge pull request #673 from Shinsina/pfw-navigation-updates
Browse files Browse the repository at this point in the history
Add Subscribe and Downloads to PFW navigation
  • Loading branch information
Shinsina authored Apr 3, 2024
2 parents 98dc4c9 + a87d2da commit 1d45430
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions sites/profoodworld.com/config/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ const privacyPolicy = require('./privacy-policy');
const subscribe = require('./subscribe');

const topics = [
subscribe,
{ href: '/processing-equipment', label: 'Processing Equipment' },
{ href: '/automation', label: 'Automation' },
{ href: '/food-safety', label: 'Food Safety' },
{ href: '/sustainability', label: 'Sustainability' },
{ href: '/downloads', label: 'Downloads' },
];

const resources = [
Expand Down
2 changes: 1 addition & 1 deletion sites/profoodworld.com/server/templates/index.marko
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ const { site } = out.global;
<marko-web-query|{ nodes }| name="website-scheduled-content" params=queryParams>
$ const excludeContentIds = nodes.map((node) => node.id);
<global-published-content-list-deck-block
section-ids=[33413, 63672, 67020]
section-ids=[63672, 33413, 67020]
exclude-content-ids=excludeContentIds
/>
</marko-web-query>
Expand Down

0 comments on commit 1d45430

Please sign in to comment.