From 9786a61f6a4a261630cf0c8a8d47bdb4f05aca0c Mon Sep 17 00:00:00 2001 From: Tapasweni Pathak Date: Sat, 7 Sep 2019 07:15:49 +0530 Subject: [PATCH] Add footer.html file caching --- readthedocs/api/v2/templates/restapi/footer.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readthedocs/api/v2/templates/restapi/footer.html b/readthedocs/api/v2/templates/restapi/footer.html index d92781736d3..4d911c0c259 100644 --- a/readthedocs/api/v2/templates/restapi/footer.html +++ b/readthedocs/api/v2/templates/restapi/footer.html @@ -1,4 +1,6 @@ +{% load cache %} +{% cache 900 footer %}
{% if not new_theme %} @@ -140,3 +142,4 @@ {% endif %}
+{% endcache %}