diff --git a/src/pages/index.astro b/src/pages/index.astro index efedc344e9..570f6d9eb5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -12,6 +12,7 @@ import InlineSVG from '../components/util/InlineSVG.astro'; const landingFeatures = await getCollection('landing-features'); const demos = await getEntry('landing', 'demos'); +const sponsors = await getEntry('sponsors', 'info'); const posts = await getCollection('blog'); posts .sort((a, b) => { @@ -123,6 +124,25 @@ posts +