Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 690 Bytes

posts.md

File metadata and controls

28 lines (26 loc) · 690 Bytes
<script setup> import { data as posts } from './.vitepress/theme/posts.data.js'; import RRPostHeader from './.vitepress/theme/RRPostHeader.vue'; </script>
{{ post.frontmatter.description }}
<style scoped> .post-list a { color: var(--vp-c-text-2); text-decoration: none; text-decoration-color: transparent; text-decoration-style: unset; text-underline-offset: 0; } .description { display: inline-block; margin-bottom: .75rem; } </style>