Trying out some bits with a post cover image
[ghost-theme-willow.git] / post.hbs
index c22b225d54947ba09292065c56809d20e3fd879c..7b3019cf5a3a420a9908cd98e02f3df93f25cd03 100644 (file)
--- a/post.hbs
+++ b/post.hbs
@@ -9,6 +9,13 @@
             {{> "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>