diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-15 09:56:00 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-15 09:56:00 -0500 |
commit | 28a1000b0e1dfd2d4a108627bc111ef841e45396 (patch) | |
tree | f1d14319aeb521c81b3206fc33a4cf613122fba2 /templates | |
parent | ce8338cdc419a63afa105d239fc3ca60870e6125 (diff) | |
parent | e368c95ebabfd05cc78520251c50eb8376c34869 (diff) |
Merge commit 'e368c95' (update)
Diffstat (limited to 'templates')
-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 f9a9f753..8b60f25f 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 <em>libre</em> version of Arch Linux</h2> @@ -74,7 +74,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/"> |