diff --git a/src/layouts/post.astro b/src/layouts/post.astro index aba5655..4d033cb 100644 --- a/src/layouts/post.astro +++ b/src/layouts/post.astro @@ -51,14 +51,6 @@ const AUTHOR_AVATAR = content.authorImage ? content.authorImage : SITE?.authorIm { new Intl.DateTimeFormat('en-US', { dateStyle: 'full' }).format(new Date(content.date))} - - { USE_VIEW_STATS && ` | `} - { USE_VIEW_STATS && - - - } - -