Merge branch 'main' into theme-hexo

This commit is contained in:
tangly1024
2022-01-25 19:26:32 +08:00
committed by GitHub
8 changed files with 57 additions and 41 deletions

View File

@@ -40,6 +40,8 @@ const CommonHead = ({ meta }) => {
<meta property='article:author' content={BLOG.AUTHOR} />
</>
)}
{/* 谷歌字体镜像 */}
<link href="https://fonts.loli.net/css2?family=Noto+Serif+SC&display=swap" rel="stylesheet"/>
</Head>
}