+ {`${copyrightDate}`} {siteConfig('AUTHOR')}.
{BLOG.BEI_AN && <> {BLOG.BEI_AN}
>} diff --git a/themes/matery/components/Hero.js b/themes/matery/components/Hero.js index a7157b68..bb8d65ff 100644 --- a/themes/matery/components/Hero.js +++ b/themes/matery/components/Hero.js @@ -5,6 +5,7 @@ import CONFIG from '../config' import { useGlobal } from '@/lib/global' import BLOG from '@/blog.config' import LazyImage from '@/components/LazyImage' +import { siteConfig } from '@/lib/config' let wrapperTop = 0 @@ -53,7 +54,7 @@ const Hero = props => {
+ {`${copyrightDate}`} {siteConfig('AUTHOR')}.
{BLOG.BEI_AN && <> {BLOG.BEI_AN}
>} diff --git a/themes/medium/components/InfoCard.js b/themes/medium/components/InfoCard.js index 13fe31c8..60353a6f 100644 --- a/themes/medium/components/InfoCard.js +++ b/themes/medium/components/InfoCard.js @@ -3,15 +3,16 @@ import LazyImage from '@/components/LazyImage' import Router from 'next/router' import React from 'react' import SocialButton from './SocialButton' +import { siteConfig } from '@/lib/config' const InfoCard = (props) => { const { siteInfo } = props return
*/}
{siteInfo?.title}
*/} + {/*{siteConfig('TITLE')}
*/} ) diff --git a/themes/nav/components/InfoCard.js b/themes/nav/components/InfoCard.js index 13fe31c8..6687aa04 100755 --- a/themes/nav/components/InfoCard.js +++ b/themes/nav/components/InfoCard.js @@ -1,17 +1,17 @@ import BLOG from '@/blog.config' import LazyImage from '@/components/LazyImage' import Router from 'next/router' -import React from 'react' import SocialButton from './SocialButton' +import { siteConfig } from '@/lib/config' const InfoCard = (props) => { const { siteInfo } = props return+ {`${copyrightDate}`} {siteConfig('AUTHOR')}.
{BLOG.BEI_AN && <> {BLOG.BEI_AN}
>} diff --git a/themes/next/components/InfoCard.js b/themes/next/components/InfoCard.js index 8dc988f6..fb45053d 100644 --- a/themes/next/components/InfoCard.js +++ b/themes/next/components/InfoCard.js @@ -1,17 +1,17 @@ import BLOG from '@/blog.config' import LazyImage from '@/components/LazyImage' import Router from 'next/router' -import React from 'react' import SocialButton from './SocialButton' +import { siteConfig } from '@/lib/config' const InfoCard = (props) => { const { siteInfo } = props return <>