diff --git a/post.hbs b/post.hbs index 3793e6c..407fd5f 100644 --- a/post.hbs +++ b/post.hbs @@ -33,7 +33,11 @@ {{/if}}

{{author.name}}

-

{{author.bio}}

+ {{#if author.bio}} +

{{author.bio}}

+ {{else}} +

Read more posts by this author.

+ {{/if}}
{{#if author.location}} {{author.location}}{{/if}} {{#if author.website}} {{author.website}}{{/if}}