mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 07:26:47 +00:00
heo主题页脚加入BIO介绍
This commit is contained in:
@@ -9,6 +9,7 @@ import SocialButton from './SocialButton'
|
||||
*/
|
||||
const Footer = () => {
|
||||
const BEI_AN = siteConfig('BEI_AN')
|
||||
const BIO = siteConfig('BIO')
|
||||
return (
|
||||
<footer className='relative flex-shrink-0 bg-white dark:bg-[#1a191d] justify-center text-center m-auto w-full leading-6 text-gray-600 dark:text-gray-100 text-sm'>
|
||||
{/* 颜色过度区 */}
|
||||
@@ -28,9 +29,17 @@ const Footer = () => {
|
||||
<div
|
||||
id='footer-bottom'
|
||||
className='w-full h-20 flex flex-col p-3 lg:flex-row justify-between px-6 items-center bg-[#f1f3f7] dark:bg-[#21232A] border-t dark:border-t-[#3D3D3F]'>
|
||||
<div id='footer-bottom-left'>
|
||||
<div id='footer-bottom-left' className='text-center lg:text-start'>
|
||||
<PoweredBy />
|
||||
<CopyRightDate />
|
||||
<div className='flex gap-x-1'>
|
||||
<CopyRightDate />
|
||||
<a
|
||||
href={'/about'}
|
||||
className='underline font-semibold dark:text-gray-300 '>
|
||||
{siteConfig('AUTHOR')}
|
||||
</a>
|
||||
{BIO && <span className='mx-1'> | {BIO}</span>}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id='footer-bottom-right'>
|
||||
|
||||
Reference in New Issue
Block a user