We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 298a481 + 5660a98 commit b190f67Copy full SHA for b190f67
1 file changed
index.hbs
@@ -4,7 +4,7 @@
4
the {body} of the default.hbs template, which contains our header/footer. }}
5
6
{{! 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}}>
+<header id="site-head" {{#if @blog.cover_image}}style="background-image: url({{@blog.cover_image}})"{{/if}}>
8
<div class="vertical animated bounceInDown">
9
<div id="site-head-content" class="inner">
10
0 commit comments