diff options
-rw-r--r-- | templates/public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 038fd8d6..e2f4afe1 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -7,7 +7,7 @@ {% endblock %} {% block content_left %} -{% cache 300 main-page-left secure %} +{% cache 62 main-page-left secure %} <div id="intro" class="box"> <h2>A simple, lightweight distribution</h2> @@ -79,7 +79,7 @@ {% endblock %} {% block content_right %} -{% cache 300 main-page-right secure %} +{% cache 59 main-page-right secure %} <div id="pkgsearch" class="widget"> <form id="pkgsearch-form" method="get" action="/packages/"> |