feature: 调整Hexo 页面

This commit is contained in:
tangly1024
2022-01-25 16:42:29 +08:00
parent b1e7fd6f50
commit 13f53b2bad
29 changed files with 403 additions and 203 deletions

View File

@@ -29,8 +29,7 @@ const Utterances = ({ issueTerm, layout }) => {
anchor.innerHTML = ''
}
})
return <div id="comments" >
<div className="utterances-frame h-auto w-auto"/>
return <div id="comments" className='utterances' >
</div>
}