-
Notifications
You must be signed in to change notification settings - Fork 294
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
Make the meta generator tag optional #481
base: master
Are you sure you want to change the base?
Conversation
Prior art: #404 |
@Danger89 We, the maintainers, have not reached at a consensus on whether the meta tag ought to be removed completely or rendered conditionally. |
Is not applying review comments anymore. I applied the patch correctly. |
Well I think we have control over this. A bit similar to the title (which is also using the seo tag): https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/advanced-usage.md#disabling-title-output
Agreed. I can add that for sure! Hopefully you all find consensus in the meanwhile. |
@Danger89 I'm aware of the connection of "title" with |
I will test it soon. And also create the required integration tests as well as user documentation. |
I have no clue why this isn't merged yet, it doesn't break anything, and it's a good feature. |
Agreed. It's a simple but effective change. |
I found a simple fix to this, I just switched to @lumeland, it's far better and faster than jekyll and community support is pretty alive too. |
That is just a weird statement. Just because of this small missing optional meta tag generator? You have still full control over your plugins with Jekyll just like with Hugo. In all cases you can clone the code and made changes yourself, you are in full control how you want to use it or even extend it to your own liking. That being said, I do wish they just merge these PRs, so I don't need to maintain my own fork. I still need to write an integration test tho.. |
Webmasters are able to decide themselves whether they want to include a generate meta HTML tag or not..
seo_tag.skip_generator
.