From cfde73fbddb8b7275a1b085ae2e06b967940cb42 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sat, 23 Nov 2024 12:38:08 +0800 Subject: [PATCH] =?UTF-8?q?hexo=20=E9=A1=B5=E8=84=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/PoweredBy.js | 2 +- themes/hexo/components/Footer.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/PoweredBy.js b/components/PoweredBy.js index e07825ea2ea..87b8705f765 100644 --- a/components/PoweredBy.js +++ b/components/PoweredBy.js @@ -7,7 +7,7 @@ import { siteConfig } from '@/lib/config' export default function PoweredBy(props) { return (
+ className={`gap-x-1 flex flex-wrap text-sm font-serif ${props.className || ''}`}> Powered by {

{title} {siteConfig('BIO') && <>|} {siteConfig('BIO')}

- +