Update head.jsx

pull/991/head
Shichao Zhang 2021-12-15 15:23:44 +08:00 committed by GitHub
parent ff5e5cb9b1
commit b9ca19989c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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>;
}
};