From 4691984a01d5a36875af3f9a1b0b98f2c7f939d1 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Tue, 22 Aug 2023 17:44:26 +0800 Subject: [PATCH] Show featured title even if there's no featured posts --- partials/components/featured.hbs | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/partials/components/featured.hbs b/partials/components/featured.hbs index 48973e1..1969b8b 100644 --- a/partials/components/featured.hbs +++ b/partials/components/featured.hbs @@ -1,16 +1,14 @@ {{#if showFeatured}} {{#get "posts" filter="featured:true" include="authors" limit=limit as |featured|}} - {{#if featured}} - {{/get}} {{/if}} \ No newline at end of file