keystonejs/generator-keystone

author name fails to render in post.hbs

dyludwick opened this issue · 0 comments

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}}