Skip to content

Commit

Permalink
More attempts at ridding this caching issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zolrath committed Sep 15, 2011
1 parent 889553f commit 15a9778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/andrew_site/views/welcome.clj
Expand Up @@ -7,5 +7,5 @@
hiccup.page-helpers))

(defpage "/" []
(let [jobs (content/jobs)]
(let [jobs content/jobs]
(common/layout (common/jobs-list jobs) (common/sidebar))))

0 comments on commit 15a9778

Please sign in to comment.