diff --git a/readthedocs/templates/homepage.html b/readthedocs/templates/homepage.html index 9e66a3e1510..9a567b6ca92 100644 --- a/readthedocs/templates/homepage.html +++ b/readthedocs/templates/homepage.html @@ -3,6 +3,7 @@ {% load i18n %} {% load humanize %} {% load pagination_tags %} +{% load cache %} {% block extra_metas %} @@ -116,6 +117,7 @@

Multiple versions

{% if featured_list %} + {% cache 600 homepage_featured_list %}

{% trans "Featured Projects" %}

@@ -128,6 +130,7 @@

{% trans "Featured Projects" %}

+ {% endcache %} {% endif %}