Fix utterances/giscus with pjax (#779)

This commit is contained in:
Jiezhe Wang 2024-03-30 23:59:01 +08:00 committed by GitHub
parent 4cba2a3c44
commit 94dc7f105b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
const pjax = new Pjax({
selectors: [
'head title',
'meta[property="og:title"]',
'script[type="application/json"]',
// Precede .main-inner to prevent placeholder TOC changes asap
'.post-toc-wrap',