diff --git a/app/views/articles/index.html.erb b/app/views/articles/index.html.erb index fdff34f7e..71b921a31 100644 --- a/app/views/articles/index.html.erb +++ b/app/views/articles/index.html.erb @@ -24,6 +24,19 @@ <%= auto_discovery_link_tag(:rss, "https://dev.to/feed", title: "#{ApplicationConfig['COMMUNITY_NAME']} RSS Feed") %> <% end %> <%= javascript_pack_tag "homePage", defer: true %> + + + <% params.delete(:i) %> <% cache("main-stories-index-#{params}-#{user_signed_in?}", expires_in: 3.minutes) do %>