summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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)]))