diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb
index 6933f75..211772f 100644
--- a/app/views/home/index.html.erb
+++ b/app/views/home/index.html.erb
@@ -11,7 +11,9 @@
Latest projects
- <% @latest_projects.each do |project| %>
- - <%= link_to(project.name, project_path(project.id)) %>
+ <% cache do %>
+ <% @latest_projects.each do |project| %>
+ - <%= link_to(project.name, project_path(project.id)) %>
+ <% end %>
<% end %>
--
libgit2 0.21.2