diff --git a/src/components/astro/comments.astro b/src/components/astro/comments.astro index a7919aa..079526b 100644 --- a/src/components/astro/comments.astro +++ b/src/components/astro/comments.astro @@ -4,10 +4,8 @@ import { common } from "~/config" import "~/styles/comment.css" --- -
- { - common.comments.enabled && common.comments.twikoo.enabled && ( - - ) - } -
+{ + common.comments.enabled && common.comments.twikoo.enabled && ( + + ) +} diff --git a/src/components/astro/footer.astro b/src/components/astro/footer.astro index a75008c..571cc46 100644 --- a/src/components/astro/footer.astro +++ b/src/components/astro/footer.astro @@ -2,7 +2,7 @@ const currentYear = new Date().getFullYear() --- -