🐛 Fixed author cover images not displaying

closes https://github.com/TryGhost/Casper/issues/542
- user model has `cover_image` property rather than `feature_image`
This commit is contained in:
Kevin Ansfield 2019-03-08 08:47:58 +00:00
parent 3e7a85a82e
commit 10672c642e
1 changed files with 1 additions and 1 deletions

View File

@ -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">