From ff591092e2c71ad0ba3446a485b819e146e3aaa7 Mon Sep 17 00:00:00 2001 From: Robert Lyall Date: Tue, 21 Oct 2014 16:10:20 +0100 Subject: [PATCH] Add conditional around 'bio' in author.hbs --- author.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/author.hbs b/author.hbs index b94cdfb..f512f81 100644 --- a/author.hbs +++ b/author.hbs @@ -19,7 +19,9 @@ {{/if}}

{{name}}

-

{{bio}}

+ {{#if bio}} +

{{bio}}

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