author name fails to render in post.hbs
dyludwick opened this issue · comments
Dylan Ludwick commented
Currently: {{#if author.name.first}}by {{author.name.first}}{{/if}}
Should read: {{#if data.post.author.name.first}}by {{data.post.author.name.first}}{{/if}}