\n \n {posts.length > 0 &&\n posts.map(({ node }, i) => {\n const { frontmatter } = node;\n const { title, description, slug, date, tags } = frontmatter;\n const d = new Date(date);\n\n return (\n \n \n \n \n \n \n \n \n \n {title}\n {description}\n \n \n \n \n \n );\n })}\n
\n \n