From 41a3fa3d4677252730a4744a19c760145a411dda Mon Sep 17 00:00:00 2001 From: Dylan Ross Ludwick Date: Fri, 6 Oct 2017 11:14:41 -0600 Subject: [PATCH] fix references to first and last name locals --- app/templates/templates/default-hbs/views/post.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}