refactor: rearrange the dom structure

This commit is contained in:
草师傅 2025-07-23 19:13:03 +08:00
parent 0f0f925dd7
commit be07b543aa
Signed by: gb
GPG key ID: 43330A030E2D6478
3 changed files with 26 additions and 31 deletions

View file

@ -58,8 +58,8 @@ const cover = customFeaturedImage || matchedImage_src?.src || firstImageURL || `
<div class="content">
<Content />
</div>
<div class="extra-post" style="margin-top: 2rem; border-top: 1px solid var(--border-color); padding-top: 1rem;">
</article>
<div class="extra-post" style="margin-top: 2rem; border-top: 1px solid var(--border-color); padding-top: 1rem;">
<ReplyViaEmail title={entry.data.title} email={authorInfo[0].email} />
<br>
<a href="/blog">&larr; Back to posts</a>
@ -69,8 +69,7 @@ const cover = customFeaturedImage || matchedImage_src?.src || firstImageURL || `
import "katex/dist/contrib/copy-tex.js"
</script>
}
</article>
</div>
</div>
</Layout>
<style>
p.summary {