diff --git a/src/components/note/Note.astro b/src/components/note/Note.astro index 80d585e..0fc192d 100644 --- a/src/components/note/Note.astro +++ b/src/components/note/Note.astro @@ -88,6 +88,8 @@ if (modifiedDate && modifiedDate.toDateString() === date.toDateString()) { + + {!isPreview && } {!isPreview && } { @@ -98,5 +100,4 @@ if (modifiedDate && modifiedDate.toDateString() === date.toDateString()) { ) } - {!isPreview && }