diff --git a/src/website/landing.go b/src/website/landing.go index 2ff4d315..32a767d0 100644 --- a/src/website/landing.go +++ b/src/website/landing.go @@ -90,6 +90,8 @@ func Index(c *RequestContext) ResponseData { ProjectIDs: featuredProjectIDs, OwnerIDs: featuredUserIDs, Limit: maxPostsPerTab, + + SkipPosts: true, }) if err != nil { c.Logger.Warn().Err(err).Msg("failed to fetch featured feed")