mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-21 19:32:34 +00:00
Fix utterances/giscus with pjax (#779)
This commit is contained in:
parent
4cba2a3c44
commit
94dc7f105b
@ -3,6 +3,7 @@
|
|||||||
const pjax = new Pjax({
|
const pjax = new Pjax({
|
||||||
selectors: [
|
selectors: [
|
||||||
'head title',
|
'head title',
|
||||||
|
'meta[property="og:title"]',
|
||||||
'script[type="application/json"]',
|
'script[type="application/json"]',
|
||||||
// Precede .main-inner to prevent placeholder TOC changes asap
|
// Precede .main-inner to prevent placeholder TOC changes asap
|
||||||
'.post-toc-wrap',
|
'.post-toc-wrap',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user