Utterances comment not not showing when use right side TOC, and the HTML content is
<div id="comments"><div id="utterances"></div>
<noscript>
Please enable JavaScript to view the comments powered by <a href="https://utteranc.es/">Utterances</a>.
</noscript>
</div>
But if I use Static TOC, the utterances comment return to normal, like the page wingsxdu.com/about
Expected behavior
I want to use the right side TOC and utterances comment can work well.
Screenshots
Build Environment
OS: [macOS, Ubuntu]
Theme version/commit [0.2.0]
Hugo version [hugo v0.91.2-1798BD3F+extended linux/amd64 ]
Preview Environment
OS: [macOS, Ubuntu]
Browser [Chrome]
Additional Information
Configuration files
[params.page.toc]
# whether to enable the table of the contents
enable = true
# whether to keep the static table of the contents in front of the post
keepStatic = false
# whether to make the table of the contents in the sidebar automatically collapsed
auto = true
[params.page.comment]
enable = true
[params.page.comment.utterances] # utteranc is a comment system based on GitHub issues. see https://utteranc.es
enable = true
repo = "beihai0xff/blog-comment" # The repo to store comments
issueTerm = "pathname"
lightTheme = "github-light"
darkTheme = "github-dark"
Describe the bug
Utterances comment not not showing when use right side TOC, and the HTML content is
But if I use Static TOC, the utterances comment return to normal, like the page wingsxdu.com/about
Expected behavior
I want to use the right side TOC and utterances comment can work well.
Screenshots
Build Environment
Preview Environment
Additional Information
Configuration files