Skip to content

Commit

Permalink
Merge pull request #991 from firedent/firedent-patch-1
Browse files Browse the repository at this point in the history
Update head.jsx
  • Loading branch information
ppoffice authored Dec 15, 2021
2 parents ff5e5cb + b9ca199 commit d4e906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/common/head.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
}
};

0 comments on commit d4e906c

Please sign in to comment.