diff --git a/src/cryogen_core/compiler.clj b/src/cryogen_core/compiler.clj index 3b6e76c..4854b76 100644 --- a/src/cryogen_core/compiler.clj +++ b/src/cryogen_core/compiler.clj @@ -496,7 +496,9 @@ "Generates all the html and copies over resources specified in the config" [] (println (green "compiling assets...")) - (let [{:keys [^String site-url blog-prefix rss-name recent-posts sass-src sass-dest sass-path compass-path keep-files ignored-files previews? clean-urls? debug? author-root-uri] :as config} (read-config) + (let [{:keys [^String site-url blog-prefix rss-name recent-posts sass-src sass-dest + sass-path compass-path keep-files ignored-files previews? clean-urls? + debug? author-root-uri] :as config} (read-config) posts (add-prev-next (read-posts config)) pages (add-prev-next (read-pages config)) home-pages (filter #(boolean (:home? %)) pages)