Skip to content

Commit

Permalink
news(hexo 4.1): clarify meta_generator helper
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh authored Dec 10, 2019
1 parent 234235a commit 8fc6924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_posts/2019-12-09-hexo-4-1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ title: Hexo 4.1.0 Released
<%- meta_generator() %>
```
* would output `<meta name="generator" content="Hexo 4.1.0">`
* Hexo 3.9.0+ inserts the tag automatically; to get the performance benefit, [`meta_generator:`](/docs/configuration#Extensions) option needs to be disabled,
* Hexo 3.9.0+ inserts the tag automatically; to get the performance benefit (of the `meta_generator` helper), [`meta_generator:`](/docs/configuration#Extensions) option should be disabled,
``` yml
_config.yml
meta_generator: false
Expand Down

0 comments on commit 8fc6924

Please sign in to comment.