orchard-labs / clojart.io

0 stars 0 forks source link

Added simple index page w/ hiccup #3

Closed MandarinConLaBarba closed 10 years ago

MandarinConLaBarba commented 10 years ago

What do you think of embedding the index page like this? I'm guessing we'll be fetching a bit of data here and incorporating it in the output (like latest submissions).

j0ni commented 10 years ago

I think it's fine here for now. When it gets bigger, I think it should go in a templates sub directory somewhere or something. Hiccup templates always end up having bits of Clojure in them, but I still think they're logically something different than handler functions.

LGTM, other than the above comment :)