Skip to content

Commit

Permalink
πŸ› Fixed author cover images not displaying
Browse files Browse the repository at this point in the history
closes #542
- user model has `cover_image` property rather than `feature_image`
  • Loading branch information
kevinansfield committed Mar 8, 2019
1 parent 3e7a85a commit 10672c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion author.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{!-- Everything inside the #author tags pulls data from the author --}}


{{> header background=feature_image}} {{!--Special header.hbs partial to generate the <header> tag--}}
{{> header background=cover_image}} {{!--Special header.hbs partial to generate the <header> tag--}}
<div class="inner">
{{> "site-nav"}}
<div class="site-header-content">
Expand Down

0 comments on commit 10672c6

Please sign in to comment.