I need to remove the meta generator filter that Hexo uses to inject a <meta name="generator" content="Hexo 3.8.0"> tag - I don't want to have that present in my source code.
The documentation isn't very helpful on the matter of unregistering filters. What are type and filter?
For a concrete example, how would I go about removing the meta generator injection from that gets registered in after-render:html, as seen here?
Thanks!
I need to remove the meta generator filter that Hexo uses to inject a
<meta name="generator" content="Hexo 3.8.0">tag - I don't want to have that present in my source code.The documentation isn't very helpful on the matter of unregistering filters. What are
typeandfilter?For a concrete example, how would I go about removing the meta generator injection from that gets registered in
after-render:html, as seen here?Thanks!