head add
This commit is contained in:
parent
04f204208a
commit
a98dcf3e9e
@ -8,6 +8,10 @@ const inter = Inter({ subsets: ['latin'] })
|
|||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: '影视星河',
|
title: '影视星河',
|
||||||
description: '影视星河摄影社团官方网站',
|
description: '影视星河摄影社团官方网站',
|
||||||
|
keywords: ['影视星河,北京师范大学东营实验学校,摄影,社团'],
|
||||||
|
authors: [{ name: '影视星河' }],
|
||||||
|
creator: '影视星河',
|
||||||
|
publisher: '影视星河',
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
@ -16,7 +20,7 @@ export default function RootLayout({
|
|||||||
children: React.ReactNode
|
children: React.ReactNode
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="zh-Hans">
|
||||||
<body className={inter.className}>
|
<body className={inter.className}>
|
||||||
<Navbar />
|
<Navbar />
|
||||||
{children}
|
{children}
|
||||||
|
@ -11,7 +11,7 @@ const Footer = () => {
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
备案号:
|
备案号:
|
||||||
<a href="http://www.beian.miit.gov.cn" target="_blank" rel="noopener noreferrer">
|
<a href="http://beian.miit.gov.cn" target="_blank" rel="noopener noreferrer">
|
||||||
鲁ICP备12345678号-9
|
鲁ICP备12345678号-9
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user