chore: add characters in the early summer subset, add comments in pages

This commit is contained in:
radishzzz 2025-03-18 19:37:38 +00:00
parent 137d79f273
commit 10514edf9e
9 changed files with 31 additions and 5 deletions

View file

@ -107,8 +107,10 @@ const { Content, remarkPluginFrontmatter } = await post.render()
>
<article class="heti mb-12.6">
<div class="relative">
<!-- Back home -->
<!-- Desktop back home button -->
<BackHome />
<!-- Title -->
<h1 class="post-title">
<span
@ -152,5 +154,7 @@ const { Content, remarkPluginFrontmatter } = await post.render()
</div>
)}
<!-- Comments -->
<Comments />
</Layout>