From f5be02e2219ceac58a30d776975d1f7486b7d45d Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Fri, 7 Feb 2025 16:29:30 +0800 Subject: [PATCH] =?UTF-8?q?heo=E4=B8=BB=E9=A2=98=E9=A1=B5=E8=84=9A?= =?UTF-8?q?=E5=8A=A0=E5=85=A5BIO=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CopyRightDate.js | 5 ----- components/PoweredBy.js | 5 ++--- themes/heo/components/Footer.js | 13 +++++++++++-- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/components/CopyRightDate.js b/components/CopyRightDate.js index e7858422..1614fc00 100644 --- a/components/CopyRightDate.js +++ b/components/CopyRightDate.js @@ -16,11 +16,6 @@ export default function CopyRightDate() { {copyrightDate} - - {siteConfig('AUTHOR')} - ) } diff --git a/components/PoweredBy.js b/components/PoweredBy.js index 87b8705f..89094940 100644 --- a/components/PoweredBy.js +++ b/components/PoweredBy.js @@ -6,9 +6,8 @@ import { siteConfig } from '@/lib/config' */ export default function PoweredBy(props) { return ( -
- Powered by +
+ Powered by diff --git a/themes/heo/components/Footer.js b/themes/heo/components/Footer.js index 22255468..2bd1bf64 100644 --- a/themes/heo/components/Footer.js +++ b/themes/heo/components/Footer.js @@ -9,6 +9,7 @@ import SocialButton from './SocialButton' */ const Footer = () => { const BEI_AN = siteConfig('BEI_AN') + const BIO = siteConfig('BIO') return (