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