-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
closed tag problem of generated HTML #3652
Comments
I noticed this issue before, though I couldn't reproduce it reliably Can you attach your |
@curbengh Thank you for your reply |
@curbengh At the beginning I also thought the theme plug-in problem, later I directly use the 'hexo init' command to initialize a new project will also appear this problem |
I can reproduce the issue, but not in local testing after modify something. Annoyingly, I can't remember the changes I made. I'll do more testing. |
Somehow in my cause the issue goes away even with "meta_generator.js". |
@curbengh I don't think it's about the subject. I'll try first |
@curbengh Sorry, I take back what I said just now, this modified theme is actually ok, |
I use the theme yilia-plus |
@JoeyBling @curbengh |
@yoshinorin Thank you very much. You solved my problem perfectly. I fixed my theme according to this bug And I have another question, how to remove the meta tag
|
currently, there is no option to disable it. I could add the option. |
@curbengh I think your can add this and look forward to fix it in the next release |
When I execute
hexo s-g
orhexo g
The generated HTML tag does not end properly,But it doesn't affect browser rendering
The version I used
3.9.0
But I didn't have this problem with version
3.7.1
I use the theme yilia-plus
I've tried this with the official default theme,But problems remain
How can i debug or fix it ?
The text was updated successfully, but these errors were encountered: