Merge remote-tracking branch 'ppoffice/master'

This commit is contained in:
Lei Mao 2021-12-18 20:49:54 -08:00
commit 00cf5e23af
2 changed files with 3 additions and 3 deletions

View File

@ -174,7 +174,7 @@ module.exports = class extends Component {
{adsenseClientId ? <script data-ad-client={adsenseClientId}
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" async></script> : null}
{followItVerificationCode ? <meta name="follow_it-verification-code" content={followItVerificationCode} /> : null}
{followItVerificationCode ? <meta name="follow.it-verification-code" content={followItVerificationCode} /> : null}
</head>;
}
};

View File

@ -1,6 +1,6 @@
{
"name": "hexo-theme-icarus",
"version": "4.4.0",
"version": "4.5.0",
"author": "ppoffice <ppoffice@users.noreply.github.com>",
"license": "MIT",
"description": "A simple, delicate, and modern theme for Hexo",
@ -35,7 +35,7 @@
},
"dependencies": {
"deepmerge": "^4.2.2",
"hexo-component-inferno": "^0.13.0",
"hexo-component-inferno": "^0.14.0",
"inferno": "^7.3.3",
"inferno-create-element": "^7.3.3",
"moment": "^2.22.2",