Skip to content

Commit 5660a98

Browse files
committed
Replaced deprecated blog.cover with blog.cover_image
1 parent 298a481 commit 5660a98

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)