--- description: mehbark's website for anything tags: special --- export function PostLink({post}) { const tags = post.data.tags.filter(t => t != "post"); return <> {post.data.title} {" "} ({tags.join(", ")}) {" "} ({post.date.toDateString()}) > } ## Posts