From bbc0bbe7a8748a322ab9c699d75fcb03b9090a51 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 30 Mar 2022 11:17:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/example/LayoutBase.js | 2 +- themes/example/LayoutIndex.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/example/LayoutBase.js b/themes/example/LayoutBase.js index 7898c47d..b8f41545 100644 --- a/themes/example/LayoutBase.js +++ b/themes/example/LayoutBase.js @@ -29,7 +29,7 @@ const LayoutBase = props => { } return ( -
+
{/* 导航菜单 */}
diff --git a/themes/example/LayoutIndex.js b/themes/example/LayoutIndex.js index 817bcdfb..1ef35344 100644 --- a/themes/example/LayoutIndex.js +++ b/themes/example/LayoutIndex.js @@ -18,7 +18,7 @@ export const LayoutIndex = props => { return ( {posts.map(p => ( -