Skip to content

Commit b190f67

Browse files
authored
Merge pull request #8 from PDDStudio/master
[Ghost 1.0 Compatibillity] Replaced deprecated blog.cover with blog.cover_image
2 parents 298a481 + 5660a98 commit b190f67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
the {body} of the default.hbs template, which contains our header/footer. }}
55

66
{{! The big featured header on the homepage, with the site logo and description }}
7-
<header id="site-head" {{#if @blog.cover}}style="background-image: url({{@blog.cover}})"{{/if}}>
7+
<header id="site-head" {{#if @blog.cover_image}}style="background-image: url({{@blog.cover_image}})"{{/if}}>
88
<div class="vertical animated bounceInDown">
99
<div id="site-head-content" class="inner">
1010

0 commit comments

Comments
 (0)