diff --git a/lib/core/BlogPost.js b/lib/core/BlogPost.js index aa0dc1a758..7dccd56517 100644 --- a/lib/core/BlogPost.js +++ b/lib/core/BlogPost.js @@ -103,13 +103,15 @@ class BlogPost extends React.Component { return (
{this.renderAuthorPhoto()} -

- - {post.author} - -
- {post.authorTitle} -

+ {post.author ? ( +

+ + {post.author} + +
+ {post.authorTitle} +

+ ) : null} {this.renderTitle()}

{month} {day}, {year}