Pass both page/post params to the index template

This commit is contained in:
Carmen La 2017-01-17 01:56:14 -05:00
parent 6ba76bc7f5
commit f0cc7353c1
2 changed files with 3 additions and 2 deletions

View file

@ -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"

View file

@ -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"