diff --git a/themes/next/components/Footer.js b/themes/next/components/Footer.js
index 33642b59..334bd246 100644
--- a/themes/next/components/Footer.js
+++ b/themes/next/components/Footer.js
@@ -11,17 +11,19 @@ const Footer = ({ title }) => {
className='dark:bg-gray-900 flex-shrink-0 justify-center text-center m-auto w-full leading-6 text-sm p-6 dark:text-gray-400'
>
- {`${startYear}${currentYear}`} {BLOG.AUTHOR}.
+
+ {`${startYear}${currentYear}`} {BLOG.AUTHOR}.
{BLOG.BEI_AN && <> {BLOG.BEI_AN}
>}
-
+
{title}
- Powered by NotionNext {BLOG.VERSION}.
+ Powered by NotionNext {BLOG.VERSION}.
+
)
}