From 495fb29b455cac9e902946ca2004b3c44c0c5ee5 Mon Sep 17 00:00:00 2001 From: yusanshi Date: Mon, 22 Apr 2024 23:27:21 +0800 Subject: [PATCH] Fix wrong `first_page_path` because of hard-coded `page:num` (#3778) --- _includes/paginator.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/paginator.html b/_includes/paginator.html index bffa0794678e..c24d4909f488 100644 --- a/_includes/paginator.html +++ b/_includes/paginator.html @@ -1,6 +1,7 @@ {% if paginator.total_pages > 1 %}