+
-
-
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 29d864c..ba9f3fc 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -27,12 +27,12 @@ const projectsJSON = JSON.stringify(projects);
-
+
Featured projects
@@ -57,16 +57,16 @@ const projectsJSON = JSON.stringify(projects);
- {collection.data.title}{collection.data.description} -
- -
Featured projects
@@ -57,16 +57,16 @@ const projectsJSON = JSON.stringify(projects);
-
+
Recent posts
{posts.map((post) => )}
diff --git a/src/pages/projects/index.astro b/src/pages/projects/index.astro
index 964f94a..044994c 100644
--- a/src/pages/projects/index.astro
+++ b/src/pages/projects/index.astro
@@ -15,7 +15,7 @@ const projects = (await getCollection("projects"))
{PROJECTS.TITLE}
{projects.map((article: any) => )}
Recent posts
-
{posts.map((post) =>
-
{projects.map((article: any) =>