- {/* eslint-disable-next-line @next/next/no-img-element */}
-
-
- )}
-
-
+
+ {cover && (
+
+
- {post.published_at && (
-
- {new Date(post.published_at).toLocaleDateString(
- siteConfig.defaultLocale
- )}
-
- )}
- {post.tags && post.tags.length > 0 && (
-
- {post.tags.slice(0, 3).join(', ')}
-
- )}
-
- - {post.title} -
- {excerpt && ( -- {excerpt} -
+
+ {/* eslint-disable-next-line @next/next/no-img-element */}
+
+
+ )}
+
+
+
+ {post.published_at && (
+
+ {new Date(post.published_at).toLocaleDateString(
+ siteConfig.defaultLocale
+ )}
+
+ )}
+ {post.tags && post.tags.length > 0 && (
+
+ {post.tags.slice(0, 3).join(', ')}
+
)}
-
- + {post.title} +
+ {excerpt && ( ++ {excerpt} +
+ )} +