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