+ + {title} - -
{plainify(data.body?.slice(0, Number(summary_length)))}
- - read more - --
+
-
+
+
+ {humanize(author)} + +
+ -
+
+ { + categories.map((category: string, index: number) => ( + + {humanize(category)} + {index !== categories.length - 1 && ","} + + )) + } +
+ {date && - {dateFormat(date)} } +
{plainify(data.body?.slice(0, Number(summary_length)))}
+ + read more + +