-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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: add option to disable meta generator tag #3653
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curbengh
changed the title
Meta generator
feat: add option to disable meta generator tag
Aug 6, 2019
yoshinorin
approved these changes
Aug 6, 2019
It works well :) IMO that it's nice if we disable hexo/lib/plugins/filter/index.js Line 14 in 9b87047
But, hexo ctx not yet load _config.yml settings when register filter/index.js .
|
This was referenced Aug 6, 2019
yoshinorin
referenced
this pull request
in yoshinorin/hexo-test
Aug 6, 2019
good catch |
curbengh
added a commit
to curbengh/hexo-starter
that referenced
this pull request
Oct 11, 2019
- pretty_urls.trailing_index: hexojs/hexo#3691 - external_link.enable: hexojs/hexo#3675 - meta_generator: hexojs/hexo#3653 - use_date_for_updated: hexojs/hexo#3235
yy4r
pushed a commit
to yy4r/blogback
that referenced
this pull request
Jan 16, 2020
- pretty_urls.trailing_index: hexojs/hexo#3691 - external_link.enable: hexojs/hexo#3675 - meta_generator: hexojs/hexo#3653 - use_date_for_updated: hexojs/hexo#3235
liyou54
pushed a commit
to liyou54/blog_source
that referenced
this pull request
Jan 19, 2023
- pretty_urls.trailing_index: hexojs/hexo#3691 - external_link.enable: hexojs/hexo#3675 - meta_generator: hexojs/hexo#3653 - use_date_for_updated: hexojs/hexo#3235
musejournal
pushed a commit
to musejournal/muse.github.io
that referenced
this pull request
Nov 21, 2024
- pretty_urls.trailing_index: hexojs/hexo#3691 - external_link.enable: hexojs/hexo#3675 - meta_generator: hexojs/hexo#3653 - use_date_for_updated: hexojs/hexo#3235
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does it do?
Add
meta_generator
option (enabled by default) to disable addition of<meta name="generator" content="Hexo 3.9.0">
.Fix #3652 (comment)
How to test
Pull request tasks
cc @JoeyBling