Pass both page/post params to the index template
This commit is contained in:
parent
6ba76bc7f5
commit
f0cc7353c1
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
(defproject cryogen-core "0.1.49"
|
||||
(defproject cryogen-core "0.1.50"
|
||||
:description "Cryogen's compiler"
|
||||
:url "https://github.com/cryogen-project/cryogen-core"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
@ -378,7 +378,8 @@
|
|||
:home true
|
||||
:disqus? disqus?
|
||||
:uri uri
|
||||
:post home-page})))))
|
||||
:post home-page
|
||||
:page home-page})))))
|
||||
|
||||
(defn compile-archives
|
||||
"Compiles the archives page into html and spits it out into the public folder"
|
||||
|
|
Loading…
Reference in a new issue