-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Block in title results in unexpected block #53
Comments
@MattIPv4 Hi, thanks for contacting us. The reason lies in the parsing that we recently updated. Now we are solving this problem, I can offer as an alternative to use such a block base.html <head>
<block name="title"><title> — Github</title></block>
</head> index.html <block name="title"><title>How to use posthtml-extend</title></block> |
Changing how we generate the base template would be a pretty major breaking change across a load of our projects -- if this dependency bump has caused a breaking change for the library, that should really be a major version release, not a patch (which it was)? |
Yes, you are definitely right. I will try to settle this moment |
fix: downgrade htmlpareser2 to 3* version, issue #53
@MattIPv4 @cossssmin This is a temporary solution for the transition to a new version of posthtml, it must be included in your project at the very beginning of the plugins |
With [email protected] & [email protected], the following works just fine:
With [email protected] & posthtml-extend@0.5.1, it errors:
The text was updated successfully, but these errors were encountered: