From bf0a7fa5686d628a82a855300db959cffad68914 Mon Sep 17 00:00:00 2001 From: Wes Johnson Date: Thu, 1 Feb 2024 00:59:31 -0500 Subject: [PATCH] rough in homepage index --- site/src/pages/index.astro | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/site/src/pages/index.astro b/site/src/pages/index.astro index bd2e6c9..44dcfde 100644 --- a/site/src/pages/index.astro +++ b/site/src/pages/index.astro @@ -1,8 +1,11 @@ --- +import { getCollection } from "astro:content"; import ContentBox from "../components/ContentBox.astro"; import ContentPageLayout from "../layouts/ContentPageLayout.astro"; import StructuredText from "../components/StructuredText.astro"; import { getStrings } from "../lib/constants/strings"; + +const enablers = await getCollection("enabler"); --- @@ -14,6 +17,15 @@ import { getStrings } from "../lib/constants/strings"; You can read our editorial guide to learn more about how we decide who and what gets included in the club.

+