diff --git a/themes/hexo/components/InfoCard.js b/themes/hexo/components/InfoCard.js index 3b28d0fa..1393211a 100644 --- a/themes/hexo/components/InfoCard.js +++ b/themes/hexo/components/InfoCard.js @@ -14,7 +14,7 @@ export function InfoCard (props) { }} > {/* eslint-disable-next-line @next/next/no-img-element */} - + {BLOG.AUTHOR}/
{BLOG.AUTHOR}
{BLOG.BIO}
diff --git a/themes/medium/components/ArticleDetail.js b/themes/medium/components/ArticleDetail.js index ea129207..b0a5090e 100644 --- a/themes/medium/components/ArticleDetail.js +++ b/themes/medium/components/ArticleDetail.js @@ -36,7 +36,7 @@ export const ArticleDetail = props => {
{/* eslint-disable-next-line @next/next/no-img-element */} - + {BLOG.AUTHOR}
{BLOG.AUTHOR} diff --git a/themes/medium/components/InfoCard.js b/themes/medium/components/InfoCard.js index ce3f7bc3..f34b2ee6 100644 --- a/themes/medium/components/InfoCard.js +++ b/themes/medium/components/InfoCard.js @@ -9,7 +9,7 @@ const InfoCard = (props) => {
{ Router.push('/about') }}> {/* eslint-disable-next-line @next/next/no-img-element */} - + {BLOG.AUTHOR}/
{BLOG.AUTHOR}
{BLOG.BIO}
diff --git a/themes/next/components/InfoCard.js b/themes/next/components/InfoCard.js index 5bbed271..3adb5825 100644 --- a/themes/next/components/InfoCard.js +++ b/themes/next/components/InfoCard.js @@ -9,7 +9,7 @@ const InfoCard = (props) => {
{ Router.push('/') }}> {/* eslint-disable-next-line @next/next/no-img-element */} - + {BLOG.AUTHOR}/
{BLOG.AUTHOR}
{BLOG.BIO}