From 69ddf62f902d801f4a97146bac54d360c9313d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Tue, 27 Apr 2021 08:57:40 +0800 Subject: [PATCH] =?UTF-8?q?style:=E6=A0=87=E5=87=86=E5=8C=96=E5=93=8D?= =?UTF-8?q?=E5=BA=94=E5=BC=8F=E8=AE=BE=E8=AE=A1=E7=9A=84=E8=AF=8D=E6=B1=87?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/grid/layout/category.ejs | 2 +- themes/grid/layout/index.ejs | 2 +- themes/grid/layout/partial/footer.ejs | 4 ++-- themes/grid/layout/partial/header.ejs | 2 +- themes/grid/layout/partial/post/list.ejs | 6 +++--- themes/grid/layout/post.ejs | 8 ++++---- themes/grid/layout/tag.ejs | 2 +- themes/grid/source/css/common.less | 10 +++++----- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/themes/grid/layout/category.ejs b/themes/grid/layout/category.ejs index 109039c..14d9101 100644 --- a/themes/grid/layout/category.ejs +++ b/themes/grid/layout/category.ejs @@ -2,7 +2,7 @@
<%- partial('partial/post/list', {start: 1}) %> <% if (page.total > 1) { %> -
+
diff --git a/themes/grid/layout/index.ejs b/themes/grid/layout/index.ejs index d6dae87..ac02bb8 100644 --- a/themes/grid/layout/index.ejs +++ b/themes/grid/layout/index.ejs @@ -2,7 +2,7 @@
<%- partial('partial/post/list', {start: 1}) %> <% if (page.total > 1) { %> -
+
diff --git a/themes/grid/layout/partial/footer.ejs b/themes/grid/layout/partial/footer.ejs index a8b817a..96ac820 100644 --- a/themes/grid/layout/partial/footer.ejs +++ b/themes/grid/layout/partial/footer.ejs @@ -1,4 +1,4 @@ -