Skip to content

Commit 2f913b3

Browse files
committed
fix: del footer
1 parent 791b478 commit 2f913b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blog.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const BLOG = {
33
author: 'Go7hic',
44
55
link: 'https://dyy.im',
6-
description: 'code 4 life',
6+
description: 'Be Curious. Read Widely. Try New Things',
77
lang: 'zh-CN', // ['en-US', 'zh-CN', 'zh-HK', 'zh-TW', 'ja-JP', 'es-ES']
88
appearance: 'auto', // ['light', 'dark', 'auto'],
99
font: 'sans-serif', // ['sans-serif', 'serif']

components/Header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const Header = ({ navBarTitle, fullWidth }) => {
8181
)
8282
: (
8383
<p className="ml-2 font-medium text-day dark:text-night header-name">
84-
{BLOG.title},{' '}
84+
{BLOG.title} {' '}
8585
<span className="font-normal">{BLOG.description}</span>
8686
</p>
8787
)}

0 commit comments

Comments
 (0)