mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-02 01:54:50 +00:00
fix comment not showing
This commit is contained in:
parent
77037e6459
commit
94b62bdfbc
1 changed files with 5 additions and 1 deletions
|
|
@ -228,7 +228,11 @@ const comments = await fetchLatestComments();
|
||||||
<li
|
<li
|
||||||
class={`comment-card ${comment.isReply ? "is-reply" : ""}`}
|
class={`comment-card ${comment.isReply ? "is-reply" : ""}`}
|
||||||
>
|
>
|
||||||
<a href={comment.localUrl} class="comment-link">
|
<a
|
||||||
|
href={comment.localUrl}
|
||||||
|
class="comment-link"
|
||||||
|
data-astro-reload
|
||||||
|
>
|
||||||
<div class="comment-top">
|
<div class="comment-top">
|
||||||
{comment.author?.avatarUrl && (
|
{comment.author?.avatarUrl && (
|
||||||
<img
|
<img
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue