Merge pull request #991 from firedent/firedent-patch-1

Update head.jsx
pull/993/head
Ruipeng Zhang 2021-12-15 17:23:59 -05:00 committed by GitHub
commit d4e906c321
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>;
}
};