mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59:49 +00:00 
			
		
		
		
	🐛 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:
		@@ -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">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user