summaryrefslogtreecommitdiff
path: root/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.astro')
-rw-r--r--src/pages/index.astro5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 9d04eae..5f7af3f 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,7 +1,7 @@
---
import Layout from "@/layouts/main.astro"
-import { Button } from "@/components/ui/button"
import BlogPosts from "@/components/BlogPosts.astro"
+import OpenRing from "@/components/OpenRing.astro"
---
<Layout>
@@ -17,6 +17,9 @@ import BlogPosts from "@/components/BlogPosts.astro"
<!-- Content -->
<!-- List Astro posts -->
<BlogPosts />
+
+ <!-- Render openring output -->
+ <OpenRing />
</main>
</Layout>