diff --git a/.vitepress/theme/PostLayout.vue b/.vitepress/theme/PostLayout.vue index 29632426c..66d06a735 100644 --- a/.vitepress/theme/PostLayout.vue +++ b/.vitepress/theme/PostLayout.vue @@ -1,40 +1,29 @@ - {{ frontmatter.title }} - - - {{ frontmatter.description }} • {{ formatDate(frontmatter.date) }} - - - + + {{ frontmatter.description }} • + + {{ formatDate(frontmatter.date) }} + + + -