Fix missing handlebars checks

This commit is contained in:
Lorenzo Dellacà
2020-11-04 23:43:30 +01:00
parent f08c70ca67
commit 67ba61d93b
6 changed files with 23 additions and 10 deletions

View File

@@ -18,7 +18,10 @@
{{#post}}
<div class="mind-post_content">
<div class="mind-post_content-header">
<img class="mind-post_feature-image" src="{{img_url feature_image size="l"}}" alt="Feature Image"/>
{{#if feature_image}}
<img class="mind-post_feature-image" src="{{img_url feature_image size="l"}}" alt="Feature Image"/>
{{/if}}
</div>
{{content}}
<hr>