diff --git a/app/templates/templates/default-hbs/views/post.hbs b/app/templates/templates/default-hbs/views/post.hbs index 47c3caa..b84bdb2 100644 --- a/app/templates/templates/default-hbs/views/post.hbs +++ b/app/templates/templates/default-hbs/views/post.hbs @@ -8,7 +8,7 @@

{{data.post.title}}

{{{categoryList data.post.categories prefix="Posted in "}}} - {{#if author.name.first}}by {{author.name.first}}{{/if}} + {{#if data.post.author.name.first}}by {{data.post.author.name.first}}{{/if}}