Merge pull request #632 from tangly1024/feat/new-theme-nobelium

nobelium-author
This commit is contained in:
tangly1024
2022-12-24 19:18:18 +08:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ export const Footer = (props) => {
<div className="my-4 text-sm leading-6">
<div className="flex align-baseline justify-between flex-wrap">
<p>
© {BLOG.author} {copyrightDate}
© {BLOG.AUTHOR} {copyrightDate}
</p>
<Vercel />
</div>