fix: comment not displayed when no client javascript is disabled
This commit is contained in:
parent
d6e1a9dd94
commit
a20aef1d6e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ const cover = customFeaturedImage || matchedImage_src?.src || firstImageURL || `
|
|||
<ReplyViaEmail title={entry.data.title} email={authorInfo.email} />
|
||||
<br>
|
||||
<a href="/blog">← Back to posts</a>
|
||||
{noscript && <h2>Comments</h2> <Comments path={`blog/${slug}`} />}
|
||||
{!noscript && <h2>Comments</h2> <Comments path={`blog/${slug}`} />}
|
||||
{!noscript &&
|
||||
<script>
|
||||
import "katex/dist/contrib/copy-tex.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue