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 => ( -