diff --git a/pages/_document.js b/pages/_document.js index 509230ca..2f8d98a3 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -11,13 +11,13 @@ class MyDocument extends Document { render() { return ( - + - +
diff --git a/themes/hexo/LayoutSlug.js b/themes/hexo/LayoutSlug.js index 73e4ca75..a84be094 100644 --- a/themes/hexo/LayoutSlug.js +++ b/themes/hexo/LayoutSlug.js @@ -46,7 +46,7 @@ export const LayoutSlug = props => { showTag={false} floatSlot={floatSlot} > -
+
{lock && } {!lock &&
diff --git a/themes/hexo/components/BlogPostCard.js b/themes/hexo/components/BlogPostCard.js index 52cfa885..5d81c7d8 100644 --- a/themes/hexo/components/BlogPostCard.js +++ b/themes/hexo/components/BlogPostCard.js @@ -15,6 +15,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { return (
{ return
<>{headerSlot} -
+
{children}
diff --git a/themes/hexo/components/HeaderArticle.js b/themes/hexo/components/HeaderArticle.js index df1593a6..f856767b 100644 --- a/themes/hexo/components/HeaderArticle.js +++ b/themes/hexo/components/HeaderArticle.js @@ -19,7 +19,7 @@ export default function HeaderArticle({ post, siteInfo }) { return (