next-theme / hexo-theme-next

🎉 Elegant and powerful theme for Hexo.
https://theme-next.js.org
Other
2.31k stars 411 forks source link

Fix utterances/giscus with pjax #779

Closed wangjiezhe closed 1 month ago

wangjiezhe commented 1 month ago

PR Checklist

PR Type

What is the current behavior?

Issue resolved:

If we use utterances or giscus comment system with pjax enabled, and use 'og:title' to map blog post with issue or discussion, then the comment does not load correctly if we change to another page. The reason is that utterance/giscus will consult <meta property="og:title" content="***"> in the head, which is not reloaded by pjax. The the comment shown is actually comments for the last page.

What is the new behavior?

The meta tag for 'og:title' is reloaded by pjax, and comments are load correctly.

welcome[bot] commented 1 month ago

Thanks so much for opening your first PR here!

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 8490689155

Details


Totals Coverage Status
Change from base Build 8434159810: 0.0%
Covered Lines: 394
Relevant Lines: 399

💛 - Coveralls
welcome[bot] commented 1 month ago

Congrats on merging your first pull request here! :tada: How awesome!