Merge remote-tracking branch 'origin/main' into dynamic-theme

This commit is contained in:
tangly1024
2022-03-09 17:41:57 +08:00
24 changed files with 230 additions and 85 deletions

View File

@@ -23,7 +23,7 @@ const Comment = ({ frontMatter }) => {
const router = useRouter()
const { locale } = useGlobal()
return (
<div className='comment mt-5 text-gray-800 dark:text-gray-300'>
<div id='comment' className='comment mt-5 text-gray-800 dark:text-gray-300'>
<Tabs>
{BLOG.COMMENT_UTTERRANCES_REPO && (<div key='Utterance'>
<UtterancesComponent issueTerm={frontMatter.id} className='px-2' />