🐛 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:
parent
3e7a85a82e
commit
10672c642e
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue