From 2a8eb622b28ce3e445d95a1fd8683ed839eb286c Mon Sep 17 00:00:00 2001 From: kami <97310758+VlxtIykg@users.noreply.github.com> Date: Wed, 4 Mar 2026 04:51:09 +0800 Subject: [PATCH] style(): Fix style not being in head tag --- src/layouts/BlogPost.astro | 51 ++++++----- src/pages/index.astro | 183 +++++++++++++++++++------------------ 2 files changed, 118 insertions(+), 116 deletions(-) diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index 5e6bb0b..30285c4 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -9,6 +9,32 @@ const { title, description, pubDate, updatedDate, gitLink } = Astro.props; + + @@ -24,28 +50,3 @@ const { title, description, pubDate, updatedDate, gitLink } = Astro.props; - diff --git a/src/pages/index.astro b/src/pages/index.astro index f374926..e1b2475 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -71,6 +71,97 @@ if (response.ok) { +
@@ -113,94 +204,4 @@ if (response.ok) { - +