More fiddling with post cover images
[ghost-theme-willow.git] / post.hbs
index c22b225d54947ba09292065c56809d20e3fd879c..17acbd038965b7b4e0ed55b1281c431a8bc9977a 100644 (file)
--- a/post.hbs
+++ b/post.hbs
@@ -9,6 +9,11 @@
             {{> "post-meta"}}
         </div>
 
+        {{#if feature_image}}
+        <figure class="c-post-full-image" style="background-image: url({{feature_image}})">
+        </figure>
+        {{/if}}
+
         <div class="c-post-view__content">
             {{content}}
         </div>