From 11d6525190c00517e7d7690ff52902bbd4efe24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Sun, 11 Apr 2021 21:30:50 +0800 Subject: [PATCH] =?UTF-8?q?build:=E8=B0=83=E6=95=B4=E7=BF=BB=E9=A1=B5?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/grid/layout/category.ejs | 6 +++--- themes/grid/layout/tag.ejs | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/grid/layout/category.ejs b/themes/grid/layout/category.ejs index cb6ebbc..985917f 100644 --- a/themes/grid/layout/category.ejs +++ b/themes/grid/layout/category.ejs @@ -1,13 +1,13 @@
<%- partial('partial/post/list', {start: 1}) %> - <% if (page.total> 1) { %> + <% if (page.total > 1) { %>
diff --git a/themes/grid/layout/tag.ejs b/themes/grid/layout/tag.ejs index 46540ee..eebc86f 100644 --- a/themes/grid/layout/tag.ejs +++ b/themes/grid/layout/tag.ejs @@ -1,13 +1,13 @@
<%- partial('partial/post/list', {start: 1}) %> - <% if (page.total> 1) { %> + <% if (page.total > 1) { %>