{post.frontmatter.title}
{post.frontmatter.description}
{post.frontmatter.tags && post.frontmatter.tags.length > 0 && (import { Metadata } from 'next'
import Link from 'next/link'
import { getAllPosts } from '@/lib/markdown'
import { formatDate } from '@/lib/utils'
export const metadata: Metadata = {
title: 'Blog',
description: 'Toate articolele din blog',
}
function PostCard({ post }: { post: any }) {
return (
{post.frontmatter.description}
{post.frontmatter.title}
{totalPosts} {totalPosts === 1 ? 'articol' : 'articole'} publicate
Nu există articole publicate încă.
Înapoi la pagina principală