diff --git a/partials/post-background.hbs b/partials/post-background.hbs index 01f8fac..eec02d0 100644 --- a/partials/post-background.hbs +++ b/partials/post-background.hbs @@ -13,14 +13,13 @@ for it, and apply those styles to the
tag. Else, we just output a
{{#if feature_image}} - {{title}} + src="{{img_url feature_image size=" m"}}" alt="{{title}}"> {{else}} - {{title}} + src="{{img_url @site.cover_image size=" m"}}" alt="{{title}}"> {{/if}}
- + \ No newline at end of file