From 567bb45e1d8d22b3a1fcaee916ec180a26f20dc1 Mon Sep 17 00:00:00 2001 From: Yufan Sheng Date: Thu, 31 Oct 2024 14:31:13 +0800 Subject: [PATCH] feat: only display feature image on the homepage. --- src/layouts/posts/PostsLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/posts/PostsLayout.astro b/src/layouts/posts/PostsLayout.astro index f7c8fe5..1e76b0f 100644 --- a/src/layouts/posts/PostsLayout.astro +++ b/src/layouts/posts/PostsLayout.astro @@ -23,7 +23,7 @@ if (pageNum < 1) { 1 ? `第 ${pageNum} 页` : undefined}>
- + {pageNum === 1 && }