From 7dc2ffeee093a97026d86ffde67410933da86034 Mon Sep 17 00:00:00 2001 From: riiim400th Date: Tue, 16 Dec 2025 13:39:56 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=A8=20feat:=20h2=20link=20copy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/BlogLayout.astro | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/layouts/BlogLayout.astro b/src/layouts/BlogLayout.astro index 504c5db..f6feeb3 100644 --- a/src/layouts/BlogLayout.astro +++ b/src/layouts/BlogLayout.astro @@ -353,5 +353,31 @@ const authorX = author?.links?.find(l => l.name === 'X')?.id; @apply my-0 h-full w-full object-cover; } + + + From db90cbfebaea1c6db4b277a3128f8cf5b13d2df2 Mon Sep 17 00:00:00 2001 From: riiim400th Date: Sun, 28 Dec 2025 11:49:57 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=90=9E=20fix:=20target=20add=20h3,h4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/BlogLayout.astro | 67 +++++++++++++++++++++++------------- 1 file changed, 43 insertions(+), 24 deletions(-) diff --git a/src/layouts/BlogLayout.astro b/src/layouts/BlogLayout.astro index f6feeb3..6ca4c0f 100644 --- a/src/layouts/BlogLayout.astro +++ b/src/layouts/BlogLayout.astro @@ -132,6 +132,33 @@ const authorX = author?.links?.find(l => l.name === 'X')?.id; />