summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-03-20 23:15:21 -0400
committersostler <sbostler@gmail.com>2010-03-20 23:15:21 -0400
commit5cb38dd389948bc2aae5dea175dd36b1f4e4d20b (patch)
treed7f76c4761b4aeb2c0761a5ac83b7165bf503abd /src
parent4756d85e0b31eda680bbe8ba65ee84eec26f11a6 (diff)
Fix bug
Diffstat (limited to 'src')
-rwxr-xr-xsrc/site.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index 16d7aee..39509a9 100755
--- a/src/site.clj
+++ b/src/site.clj
@@ -757,7 +757,7 @@
; TODO: cache policy for other static files (js, css, etc.)
(let [cache-header (if (re-find pic-regex path)
{:headers {"Cache-Control" "max-age=604800,public"}}
- {}]
+ {})]
[cache-header
(serve-file dir path)]))