diff --git a/partials/post-background.hbs b/partials/post-background.hbs index b423d26..63499fa 100644 --- a/partials/post-background.hbs +++ b/partials/post-background.hbs @@ -13,10 +13,12 @@ for it, and apply those styles to the
tag. Else, we just output a
{{#if feature_image}} - {{title}} {{else}} - {{title}} {{/if}}
diff --git a/partials/post-card.hbs b/partials/post-card.hbs index ce117d1..c53c255 100644 --- a/partials/post-card.hbs +++ b/partials/post-card.hbs @@ -46,7 +46,7 @@ {{#if profile_image}}
- {{name}} + {{name}}
{{/if}} diff --git a/post.hbs b/post.hbs index c265cb8..84a090d 100644 --- a/post.hbs +++ b/post.hbs @@ -25,7 +25,7 @@ {{#if profile_image}}
- {{name}} + {{name}}
{{/if}} @@ -109,4 +109,4 @@ {{#contentFor "scripts"}} - {{/contentFor}} \ No newline at end of file + {{/contentFor}}