+ {post.date ? (
+
Veröffentlicht: {format(new Date(post.date), 'd. MMMM yyyy')}
+ ) : (
+
+
+ ⚙️
+ ⚙️
+
+
In Bearbeitung
+
+ )}
+
Erstellt: {format(new Date(post.createdAt), 'd. MMMM yyyy HH:mm')}
+
+
+ {post.tags.map((tag: string) => (
+
+ {tag}
+
+ ))}
+
+
+