From 8b5dc4f8530ad8285f50ea36ab8cb830caad259d Mon Sep 17 00:00:00 2001 From: Damillora Date: Tue, 20 Apr 2021 16:14:47 +0700 Subject: [PATCH] fix: remove sizes property for post thumbnail --- partials/post-background.hbs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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