From 7d8e4c4fc5158c202d032c1153a4ad4c8e138d1c Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 26 Jul 2023 11:58:03 +0800 Subject: [PATCH] Landing --- themes/landing/index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/landing/index.js b/themes/landing/index.js index 6f259e6c..f668f8fd 100644 --- a/themes/landing/index.js +++ b/themes/landing/index.js @@ -14,6 +14,7 @@ import Features from './components/Features' import FeaturesBlocks from './components/FeaturesBlocks' import Testimonials from './components/Testimonials' import Newsletter from './components/Newsletter' +import CommonHead from '@/components/CommonHead' /** * 这是个配置文件,可以方便在此统一配置信息 @@ -28,8 +29,13 @@ const THEME_CONFIG = { THEME: 'landing' } * @returns */ const LayoutBase = (props) => { - const { children } = props + const { meta, siteInfo, children } = props + return
+ + {/* 网页SEO */} + + {/* 顶部导航栏 */}