diff --git a/views/home.handlebars b/views/home.handlebars index 04f9b07..b25b020 100644 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -19,9 +19,12 @@
{{#if signedIn}}
{{username}}
- {{else}}
log in
+ {{/if}} + {{#if avatar}} + + {{else}} {{/if}}