From eaa288ec997946f358fe4533c8316bfb187ea850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E6=97=A5=E8=AF=AD?= Date: Tue, 9 May 2023 12:19:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=86=E7=B1=BB=E5=92=8C=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E9=A1=B5=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E5=99=A8=20(#291)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/_partial/main/post_list/paginator.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/_partial/main/post_list/paginator.ejs b/layout/_partial/main/post_list/paginator.ejs index ff68c74..c84144f 100644 --- a/layout/_partial/main/post_list/paginator.ejs +++ b/layout/_partial/main/post_list/paginator.ejs @@ -1,4 +1,4 @@ -<% if (is_home() && page.total > 1) { %> +<% if ((is_home() || is_category() || is_tag()) && page.total > 1) { %>
<%- paginator({ prev_text: '',