hexojs / hexo-inject

Dynamic script & style (and more) injection for Hexo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work with hexo-renderer-jade

akfish opened this issue · comments

Originated from hexojs/hexo-math#26.

The theme used in that issue requires hexo-renderer-jade to render. In such configuration, the after_render:html is not fired with full HTML source, causing hexo-inject not being able to inject scripts.

Further investigation is required to pin point the source of this issue.

come into this problem today,
hope it fixed soon,
great work & thanks very much !

+1

commented

Also, maybe there are conflicts with "hexo-renderer-pug": "0.0.5" ?

@ngloom @kchen0x @shinux
This plugin has been deprecated and no longer compatible with current version of Hexo.

Hexo has built-in injector supports since Hexo 5.0.0.
Please read Injector API documents for more details.

Thank you :)