Index: src/routes/hub.js
===================================================================
--- src/routes/hub.js	(revision 6e0249f645aa302be11c2683100109edcedf3ab4)
+++ src/routes/hub.js	(revision a7e12de366afd5fc8eddd39ace47658c9a219a46)
@@ -37,5 +37,5 @@
   // ALLE PrutFolio's (elke user, incl. de admin z'n eigen site) voor de roster.
   const artists = db.prepare(`
-    SELECT s.slug, s.title, s.tagline, s.profile_photo,
+    SELECT s.slug, s.title, s.tagline, s.profile_photo, s.accent,
            (SELECT COUNT(*) FROM posts WHERE site_id = s.id AND status = 'published') AS post_count
     FROM sites s
@@ -49,4 +49,5 @@
     tagline: getSetting('hub_tagline') || '',
     intro: getSetting('hub_intro') || '',
+    heroImage: getSetting('hub_hero_image') || '',
   };
 
