diff --git a/packages/react-post/lib/react-post.js b/packages/react-post/lib/react-post.js
index 32c78f95..f35b827a 100644
--- a/packages/react-post/lib/react-post.js
+++ b/packages/react-post/lib/react-post.js
@@ -281,7 +281,12 @@ export class Post extends Component {
{PostImage}
{this.props.title && "" !== this.props.title && (
- {this.props.title}
+
)}
{this.props.excerpt && "" !== this.props.excerpt && (
@@ -325,7 +330,11 @@ export class Post extends Component {
flex: 1
}}>
{this.props.title && "" !== this.props.title && (
- {this.props.title}
+
)}
{this.props.time && "" !== this.props.time && (