diff --git a/app/views/articles/_sidebar_additional.html.erb b/app/views/articles/_sidebar_additional.html.erb index e99763a74..b693cd511 100644 --- a/app/views/articles/_sidebar_additional.html.erb +++ b/app/views/articles/_sidebar_additional.html.erb @@ -96,7 +96,7 @@ where(published: true, approved: true). tagged_with(["shecoded", "theycoded"], any: true). order("published_at DESC"). - limit(50). + limit(100). pluck(:path, :title, :comments_count, :created_at). each do |plucked_article| %> <%= render "articles/widget_list_item", plucked_article: plucked_article, show_comment_count: false %>