Skip to content

Commit

Permalink
Disabling caching?
Browse files Browse the repository at this point in the history
  • Loading branch information
zolrath committed Sep 15, 2011
1 parent 8d73fb6 commit dbaddcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/andrew_site/views/welcome.clj
Expand Up @@ -6,4 +6,5 @@
hiccup.page-helpers)) hiccup.page-helpers))


(defpage "/" [] (defpage "/" []
(common/layout "Nothing")) {"Cache-Control" "no-cache, must-revalidate"}
(common/layout "Nothing"))

0 comments on commit dbaddcc

Please sign in to comment.