-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(gatsby-plugin-manifest): add option to remove the "theme color" meta tag #10440
feat(gatsby-plugin-manifest): add option to remove the "theme color" meta tag #10440
Conversation
We would also want to add the option in here - gatsby/packages/gatsby-plugin-manifest/src/__tests__/gatsby-node.js Lines 70 to 74 in 444b727
|
Thanks a lot, Michal. Already pushed the changes. 💪 |
I think we just miss some documentation updates for it to be merged, so people are aware of that option |
c1edbc2
to
bc23cd3
Compare
Done, @pieh. If there's anything wrong I'd be more than happy to give it another round. |
I'll move the documentation part to actual plugin and will merge this |
Holy buckets, @ivorpad — we just merged your PR to Gatsby! 💪💜 Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If there’s anything we can do to help, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! |
This fixes #9977
Added an option to remove the "theme color" meta tag from the head.
theme_color_in_head
is optional, so if it's not set then the meta tag is added.theme_color_in_head
is set to false, then the meta tag is not addedtheme_color_in_head
is set to true, then the meta tag is added