From 76da48766c562c43a65db4e25030ea3acb16d34c Mon Sep 17 00:00:00 2001 From: IwanIDev Date: Sat, 21 Mar 2026 15:50:35 +0000 Subject: feat: integrate Openring for webring section and update related files --- src/components/OpenRing.astro | 7 +++++++ src/pages/index.astro | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 src/components/OpenRing.astro (limited to 'src') diff --git a/src/components/OpenRing.astro b/src/components/OpenRing.astro new file mode 100644 index 0000000..8fbbf37 --- /dev/null +++ b/src/components/OpenRing.astro @@ -0,0 +1,7 @@ +--- +import openringHtml from "../../openring/out.html?raw"; +--- + +
+ +
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" --- @@ -17,6 +17,9 @@ import BlogPosts from "@/components/BlogPosts.astro" + + + -- cgit