We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<main>
Describe the bug In a page, mysteriously this plugin makes the <main> tag disappear.
To Reproduce Steps to reproduce the behaviour:
npm i && npm run start
https://localhost:8080/zibaldone/
content/zibaldone-it.liquid
content/zibaldone.liquid
Expected behaviour The <main> tag should not be removed.
Screenshots
Screenshot of the page with the plugin activated:
Screenshot of the page with the plugin deactivated:
Desktop:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In a page, mysteriously this plugin makes the
<main>
tag disappear.To Reproduce
Steps to reproduce the behaviour:
npm i && npm run start
https://localhost:8080/zibaldone/
, and compare it against its source, incontent/zibaldone-it.liquid
(content/zibaldone.liquid
is almost the same, but here the bug does not appear)<main>
tag in that page disappears only when the plugin is enabled (these lines in the config)Expected behaviour
The
<main>
tag should not be removed.Screenshots
Screenshot of the page with the plugin activated:
Screenshot of the page with the plugin deactivated:
Desktop:
The text was updated successfully, but these errors were encountered: