From 86e1a1e6deb420a5844090bcbbf07aea345423ca Mon Sep 17 00:00:00 2001 From: Damillora Date: Tue, 20 Apr 2021 16:35:20 +0700 Subject: [PATCH] fix: Do not use large images on post thumbnails --- partials/post-background.hbs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/partials/post-background.hbs b/partials/post-background.hbs index a08fc54..128b599 100644 --- a/partials/post-background.hbs +++ b/partials/post-background.hbs @@ -13,12 +13,10 @@ for it, and apply those styles to the
tag. Else, we just output a
{{#if feature_image}} - {{title}} {{else}} - {{title}} {{/if}}