Changeset 4d7443b in Klonkt for src/routes/hub.js
- Timestamp:
- 06/14/2026 03:09:49 PM (3 months ago)
- Branches:
- main
- Children:
- 743bb81
- Parents:
- bf61be7
- File:
-
- 1 edited
-
src/routes/hub.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/hub.js
rbf61be7 r4d7443b 41 41 `).all(); 42 42 43 // De primaire/oudste site geldt als de bedrijfssite (titel/omschrijving = koptekst). 43 // De primaire/oudste site geldt als de bedrijfssite (label). De roster toont 44 // alleen de artiesten (alle overige sites), niet de bedrijfssite zelf. 44 45 const company = res.locals.site || null; 46 const artists = company ? sites.filter((s) => s.slug !== company.slug) : sites; 45 47 46 48 renderPage(req, res, 'pages/hub-home', { 47 49 pageTitle: company ? company.title : 'Overzicht', 48 50 socialDescr: (company && (company.description || company.tagline)) || '', 49 bodyClass: 'on-home ',51 bodyClass: 'on-home on-hub', 50 52 company, 53 artists, 51 54 posts, 52 sites,53 55 }); 54 56 });
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)