Skip to content

Commit e248629

Browse files
authored
feat: metatag, copyright 수정 (#70)
1 parent b93816d commit e248629

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/layout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ export default function Layout({ children }: { children: ReactNode }) {
1515
<html lang="en" className={inter.className} suppressHydrationWarning>
1616
<head>
1717
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
18-
<meta name="description" content="글쓰는 또라이" />
19-
<meta name="keywords" content="글또, 글쓰는 또라이, 또라이, 글쓰기, 문서화" />
18+
<meta name="description" content="글또 : 글 쓰는 또라이가 세상을 바꾼다" />
19+
<meta name="keywords" content="글또, 글 쓰는 또라이가 세상을 바꾼다, 글쓰기, 문서화" />
2020
<meta name="author" content="글또" />
2121
<meta name="robots" content="index, follow" />
2222
<meta name="theme-color" content="#000000" />
2323
<meta name="og:title" content="글또" />
24-
<meta name="og:description" content="글쓰는 또라이" />
24+
<meta name="og:description" content="글또 : 글 쓰는 또라이가 세상을 바꾼다" />
2525
<meta name="og:image" content="/geultto-social-card.png" />
2626
<meta name="og:url" content="https://geultto.github.io" />
2727
<meta name="og:site_name" content="글또" />
@@ -30,7 +30,7 @@ export default function Layout({ children }: { children: ReactNode }) {
3030
<meta name="twitter:site" content="@geultto" />
3131
<meta name="twitter:creator" content="@geultto" />
3232
<meta name="twitter:title" content="글또" />
33-
<meta name="twitter:description" content="글쓰는 또라이" />
33+
<meta name="twitter:description" content="글또 : 글 쓰는 또라이가 세상을 바꾼다" />
3434
<meta name="twitter:image" content="/geultto-social-card.png" />
3535
<link rel="icon" href="/favicon.ico" />
3636
<GoogleAnalytics GA_MEASUREMENT_ID="G-1QK15KQ7TH" />

src/lib/rss.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function generateFeed(options: FeedOptions) {
2121
id: "https://geultto.github.io/",
2222
link: "https://geultto.github.io/",
2323
language: "ko",
24-
copyright: `Copyright © ${new Date().getFullYear()} 글쓰는 또라이`,
24+
copyright: `Copyright © ${new Date().getFullYear()} 글또`,
2525
});
2626

2727
for (const post of options.posts) {

0 commit comments

Comments
 (0)