No description
Find a file
Chris 8eb0e9ff29 Add active-page key to config map
For certain pages a key with a boolean value is added to the config map which can then be used in templates to determine if it is the page being rendered. Not all pages have this key and boolean value. Instead of adding additional keys for every page a new generic key, 'active-page', has been added and its value is the page name, ex: 'home', 'archives', 'tags', etc. The default value is 'home'. This key can then be used in any template to check the page which is currently being rendered.
2015-08-17 07:30:23 -07:00
src/cryogen_core Add active-page key to config map 2015-08-17 07:30:23 -07:00
.gitignore Initial commit 2014-12-04 11:38:48 -05:00
LICENSE Initial commit 2014-12-04 11:38:48 -05:00
project.clj Bump up clojars version 2015-08-06 21:01:59 -04:00
README.md Updated versioneye badge 2015-01-29 22:58:49 -05:00

cryogen-core

Dependency Status

Cryogen's compiler.

Leiningen

Clojars Project

License

Copyright © 2014 Carmen La

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.