fix: remove stray next line

This commit is contained in:
Damillora 2024-11-22 04:11:54 +07:00
parent 597af72786
commit 761ee416cd

@ -49,8 +49,6 @@
<PostMain>
<GhostStyle>
{@html data.post.html}
<br />
</GhostStyle>
</PostMain>
<PostNavigator prev_post={data.prevPost} next_post={data.nextPost} />