From 39c39d12d4095be1164723144a4b5faf6c6b8685 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Thu, 15 Dec 2022 18:34:31 +0800 Subject: [PATCH] SEO --- themes/hexo/components/InfoCard.js | 2 +- themes/medium/components/ArticleDetail.js | 2 +- themes/medium/components/InfoCard.js | 2 +- themes/next/components/InfoCard.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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}