diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-27 15:43:45 +0000 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-27 15:43:45 +0000 |
| commit | ccee6e58c24c2512020dcc2cd15eeddb987ef4e3 (patch) | |
| tree | c031936683feb47cc1ec0f45d97e81f46b26f72b /src/pages/index.astro | |
| parent | 0a00baeefb231db6e6908d921b272acd5079c2fb (diff) | |
refactor: Moved openring into blog pages rather than homepage
That was where I initially meant for it to go, I'm not really sure why I
put it on the home page instead.
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index af26414..5a3c639 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,7 +9,6 @@ import HomePageHeader from "@/components/HomePageHeader.astro" <main class="mx-auto flex w-full max-w-3xl flex-col gap-8 p-4 md:p-6"> <HomePageHeader /> <BlogPosts /> - <OpenRing /> </main> </Layout> |
