Changeset 4c5169f in Klonkt for src/routes/hub.js
- Timestamp:
- 06/14/2026 03:37:12 PM (3 months ago)
- Branches:
- main
- Children:
- 337ec5a
- Parents:
- 6e0249f
- File:
-
- 1 edited
-
src/routes/hub.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/hub.js
r6e0249f r4c5169f 37 37 // ALLE PrutFolio's (elke user, incl. de admin z'n eigen site) voor de roster. 38 38 const artists = db.prepare(` 39 SELECT s.slug, s.title, s.tagline, s.profile_photo, 39 SELECT s.slug, s.title, s.tagline, s.profile_photo, s.accent, 40 40 (SELECT COUNT(*) FROM posts WHERE site_id = s.id AND status = 'published') AS post_count 41 41 FROM sites s … … 49 49 tagline: getSetting('hub_tagline') || '', 50 50 intro: getSetting('hub_intro') || '', 51 heroImage: getSetting('hub_hero_image') || '', 51 52 }; 52 53
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)