diff --git a/source/src/components/PostCard.tsx b/source/src/components/PostCard.tsx index a7e920c..4809f6b 100644 --- a/source/src/components/PostCard.tsx +++ b/source/src/components/PostCard.tsx @@ -100,15 +100,18 @@ export default class PostCard extends React.Component { <> )} - {" "} + +     {this.props.postData?.date || "Unknown date"}      - {" "} + +     {this.props.postData?.readTime ? this.props.postData.readTime + " read" : "unknown length"}      - {" "} + +     {this.props.postData?.wordCount ? this.props.postData.wordCount + " words" : "unknown words"}